Html Css Color HEX #B9A42E Earls Green

📋 copy color: '#B9A42E'

red 185 ◦ green 164 ◦ blue 46

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

Shades of Earls Green #B9A42E

Tints of Earls Green #B9A42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 46.84%
G = 41.52%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9A42E (or 0xB9A42E) is known color: Earls Green. HEX triplet: B9, A4 and 2E. RGB value is (185,164,46). Sum of RGB (Red+Green+Blue) = 185+164+46=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A42E is #465BD1. Grayscale: #9D9D9D. Windows color (decimal): -4611026 or 3056825. OLE color: 3056825.

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

Color convert

RGB 185 164 46 -
CMYK 0 0.11 0.75 0.27
HSL 50.94º 0.6% 0.45% -
HSV(B) 50.94º 0.75% 0.73% -
XYZ 33.78 37.06 7.96 -
YUV 156.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 185 164 46 0 0.11 0.75 0.27 50.94 0.6 0.45
Hex B9 A4 2E 0 B 4B 1B 33 3C 2D
Octal 271 244 56 0 13 113 33 63 74 55
Binary 10111001 10100100 101110 0 1011 1001011 11011 110011 111100 101101

Color Harmonies of #B9A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A42E

Black with #B9A42E

Text Example


Text Example

White with #B9A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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