Html Css Color HEX #B9B528 Earls Green

📋 copy color: '#B9B528'

red 185 ◦ green 181 ◦ blue 40

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

Shades of Earls Green #B9B528

Tints of Earls Green #B9B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 45.57%
G = 44.58%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9B528 (or 0xB9B528) is known color: Earls Green. HEX triplet: B9, B5 and 28. RGB value is (185,181,40). Sum of RGB (Red+Green+Blue) = 185+181+40=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B528 is #464AD7. Grayscale: #A6A6A6. Windows color (decimal): -4606680 or 2667961. OLE color: 2667961.

HSL color Cylindrical-coordinate representation of color #B9B528: hue angle of 58.34º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9B528 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 40 -
CMYK 0 0.02 0.78 0.27
HSL 58.34º 0.64% 0.44% -
HSV(B) 58.34º 0.78% 0.73% -
XYZ 36.91 43.52 8.46 -
YUV 166.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 185 181 40 0 0.02 0.78 0.27 58.34 0.64 0.44
Hex B9 B5 28 0 2 4E 1B 3A 40 2C
Octal 271 265 50 0 2 116 33 72 100 54
Binary 10111001 10110101 101000 0 10 1001110 11011 111010 1000000 101100

Color Harmonies of #B9B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B528

Black with #B9B528

Text Example


Text Example

White with #B9B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B528; }

 p { color: rgb(185,181,40); }

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

background-color css

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

 a { background-color: rgb(185,181,40); }

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

border-color css

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

 span { border-color: rgb(185,181,40); }

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