Html Css Color HEX #B8B024 Earls Green

📋 copy color: '#B8B024'

red 184 ◦ green 176 ◦ blue 36

#B8B024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B8B024

Tints of Earls Green #B8B024

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

 GREEN value IS 176 (69.14% from 255) = 44.44%

 BLUE value IS 36 (14.45% from 255) = 9.09%

R = 46.46%
G = 44.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8B024 (or 0xB8B024) is known color: Earls Green. HEX triplet: B8, B0 and 24. RGB value is (184,176,36). Sum of RGB (Red+Green+Blue) = 184+176+36=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B024 is #474FDB. Grayscale: #A3A3A3. Windows color (decimal): -4673500 or 2404536. OLE color: 2404536.

HSL color Cylindrical-coordinate representation of color #B8B024: hue angle of 56.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8B024 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 36 -
CMYK 0 0.04 0.80 0.28
HSL 56.76º 0.67% 0.43% -
HSV(B) 56.76º 0.8% 0.72% -
XYZ 35.61 41.37 7.78 -
YUV 162.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 184 176 36 0 0.04 0.80 0.28 56.76 0.67 0.43
Hex B8 B0 24 0 4 50 1C 39 43 2B
Octal 270 260 44 0 4 120 34 71 103 53
Binary 10111000 10110000 100100 0 100 1010000 11100 111001 1000011 101011

Color Harmonies of #B8B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B024

Black with #B8B024

Text Example


Text Example

White with #B8B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B024; }

 p { color: rgb(184,176,36); }

 H1.HeaderClassName
 {
   color: #B8B024;
 }
 .AnyTagClassName
 {
   color: #B8B024;
 }
</style>

background-color css

<style>
 a { background-color: #B8B024; }

 a { background-color: rgb(184,176,36); }

 div.DivClassName
 {
   background-color: #B8B024;
 }
 .BgClassName
 {
   background-color: #B8B024;
 }
</style>

border-color css

<style>
 span { border-color: #B8B024; }

 span { border-color: rgb(184,176,36); }

 td.TdClassName
 {
   border-color: #B8B024;
 }
 .TagClassName
 {
   border-color: #B8B024;
 }
</style>