Html Css Color HEX #B9B024 Earls Green

📋 copy color: '#B9B024'

red 185 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #B9B024

Tints of Earls Green #B9B024

RGB

 RED value IS 185 (72.66% from 255) = 46.6%

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

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

R = 46.6%
G = 44.33%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9B024 (or 0xB9B024) is known color: Earls Green. HEX triplet: B9, B0 and 24. RGB value is (185,176,36). Sum of RGB (Red+Green+Blue) = 185+176+36=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B024 is #464FDB. Grayscale: #A3A3A3. Windows color (decimal): -4607964 or 2404537. OLE color: 2404537.

HSL color Cylindrical-coordinate representation of color #B9B024: hue angle of 56.38º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9B024 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 36 -
CMYK 0 0.05 0.81 0.27
HSL 56.38º 0.67% 0.43% -
HSV(B) 56.38º 0.81% 0.73% -
XYZ 35.85 41.49 7.79 -
YUV 162.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 185 176 36 0 0.05 0.81 0.27 56.38 0.67 0.43
Hex B9 B0 24 0 5 51 1B 38 43 2B
Octal 271 260 44 0 5 121 33 70 103 53
Binary 10111001 10110000 100100 0 101 1010001 11011 111000 1000011 101011

Color Harmonies of #B9B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B024

Black with #B9B024

Text Example


Text Example

White with #B9B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B024; }

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

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

background-color css

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

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

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

border-color css

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

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

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