Html Css Color HEX #B9A42B Earls Green

📋 copy color: '#B9A42B'

red 185 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #B9A42B

Tints of Earls Green #B9A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

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

R = 47.19%
G = 41.84%
B = 10.97%

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

#B9A42B (or 0xB9A42B) is known color: Earls Green. HEX triplet: B9, A4 and 2B. RGB value is (185,164,43). Sum of RGB (Red+Green+Blue) = 185+164+43=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A42B is #465BD4. Grayscale: #9C9C9C. Windows color (decimal): -4611029 or 2860217. OLE color: 2860217.

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

Color convert

RGB 185 164 43 -
CMYK 0 0.11 0.77 0.27
HSL 51.13º 0.62% 0.45% -
HSV(B) 51.13º 0.77% 0.73% -
XYZ 33.72 37.04 7.66 -
YUV 156.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 185 164 43 0 0.11 0.77 0.27 51.13 0.62 0.45
Hex B9 A4 2B 0 B 4D 1B 33 3E 2D
Octal 271 244 53 0 13 115 33 63 76 55
Binary 10111001 10100100 101011 0 1011 1001101 11011 110011 111110 101101

Color Harmonies of #B9A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A42B

Black with #B9A42B

Text Example


Text Example

White with #B9A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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