Html Css Color HEX #B9B324 Earls Green

📋 copy color: '#B9B324'

red 185 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #B9B324

Tints of Earls Green #B9B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 46.25%
G = 44.75%
B = 9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9B324 (or 0xB9B324) is known color: Earls Green. HEX triplet: B9, B3 and 24. RGB value is (185,179,36). Sum of RGB (Red+Green+Blue) = 185+179+36=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B324 is #464CDB. Grayscale: #A5A5A5. Windows color (decimal): -4607196 or 2405305. OLE color: 2405305.

HSL color Cylindrical-coordinate representation of color #B9B324: hue angle of 57.58º 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 #B9B324 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 36 -
CMYK 0 0.03 0.81 0.27
HSL 57.58º 0.67% 0.43% -
HSV(B) 57.58º 0.81% 0.73% -
XYZ 36.45 42.68 7.99 -
YUV 164.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 185 179 36 0 0.03 0.81 0.27 57.58 0.67 0.43
Hex B9 B3 24 0 3 51 1B 3A 43 2B
Octal 271 263 44 0 3 121 33 72 103 53
Binary 10111001 10110011 100100 0 11 1010001 11011 111010 1000011 101011

Color Harmonies of #B9B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B324

Black with #B9B324

Text Example


Text Example

White with #B9B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B324; }

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

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

background-color css

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

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

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

border-color css

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

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

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