Html Css Color HEX #B9A828 Earls Green

📋 copy color: '#B9A828'

red 185 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #B9A828

Tints of Earls Green #B9A828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

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

R = 47.07%
G = 42.75%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9A828 (or 0xB9A828) is known color: Earls Green. HEX triplet: B9, A8 and 28. RGB value is (185,168,40). Sum of RGB (Red+Green+Blue) = 185+168+40=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A828 is #4657D7. Grayscale: #9F9F9F. Windows color (decimal): -4610008 or 2664633. OLE color: 2664633.

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

Color convert

RGB 185 168 40 -
CMYK 0 0.09 0.78 0.27
HSL 52.97º 0.64% 0.44% -
HSV(B) 52.97º 0.78% 0.73% -
XYZ 34.39 38.47 7.62 -
YUV 158.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 185 168 40 0 0.09 0.78 0.27 52.97 0.64 0.44
Hex B9 A8 28 0 9 4E 1B 35 40 2C
Octal 271 250 50 0 11 116 33 65 100 54
Binary 10111001 10101000 101000 0 1001 1001110 11011 110101 1000000 101100

Color Harmonies of #B9A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A828

Black with #B9A828

Text Example


Text Example

White with #B9A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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