Html Css Color HEX #B9A42A Earls Green

📋 copy color: '#B9A42A'

red 185 ◦ green 164 ◦ blue 42

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

Shades of Earls Green #B9A42A

Tints of Earls Green #B9A42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 47.31%
G = 41.94%
B = 10.74%

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

#B9A42A (or 0xB9A42A) is known color: Earls Green. HEX triplet: B9, A4 and 2A. RGB value is (185,164,42). Sum of RGB (Red+Green+Blue) = 185+164+42=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A42A is #465BD5. Grayscale: #9C9C9C. Windows color (decimal): -4611030 or 2794681. OLE color: 2794681.

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

Color convert

RGB 185 164 42 -
CMYK 0 0.11 0.77 0.27
HSL 51.19º 0.63% 0.45% -
HSV(B) 51.19º 0.77% 0.73% -
XYZ 33.7 37.03 7.56 -
YUV 156.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 185 164 42 0 0.11 0.77 0.27 51.19 0.63 0.45
Hex B9 A4 2A 0 B 4D 1B 33 3F 2D
Octal 271 244 52 0 13 115 33 63 77 55
Binary 10111001 10100100 101010 0 1011 1001101 11011 110011 111111 101101

Color Harmonies of #B9A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A42A

Black with #B9A42A

Text Example


Text Example

White with #B9A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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