Html Css Color HEX #B9A52B Earls Green

📋 copy color: '#B9A52B'

red 185 ◦ green 165 ◦ blue 43

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

Shades of Earls Green #B9A52B

Tints of Earls Green #B9A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 47.07%
G = 41.98%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9A52B (or 0xB9A52B) is known color: Earls Green. HEX triplet: B9, A5 and 2B. RGB value is (185,165,43). Sum of RGB (Red+Green+Blue) = 185+165+43=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A52B is #465AD4. Grayscale: #9D9D9D. Windows color (decimal): -4610773 or 2860473. OLE color: 2860473.

HSL color Cylindrical-coordinate representation of color #B9A52B: hue angle of 51.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A52B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 43 -
CMYK 0 0.11 0.77 0.27
HSL 51.55º 0.62% 0.45% -
HSV(B) 51.55º 0.77% 0.73% -
XYZ 33.9 37.4 7.72 -
YUV 157.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 185 165 43 0 0.11 0.77 0.27 51.55 0.62 0.45
Hex B9 A5 2B 0 B 4D 1B 34 3E 2D
Octal 271 245 53 0 13 115 33 64 76 55
Binary 10111001 10100101 101011 0 1011 1001101 11011 110100 111110 101101

Color Harmonies of #B9A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A52B

Black with #B9A52B

Text Example


Text Example

White with #B9A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A52B; }

 p { color: rgb(185,165,43); }

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

background-color css

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

 a { background-color: rgb(185,165,43); }

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

border-color css

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

 span { border-color: rgb(185,165,43); }

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