Html Css Color HEX #B9A427 Earls Green

📋 copy color: '#B9A427'

red 185 ◦ green 164 ◦ blue 39

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

Shades of Earls Green #B9A427

Tints of Earls Green #B9A427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 47.68%
G = 42.27%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B9A427 (or 0xB9A427) is known color: Earls Green. HEX triplet: B9, A4 and 27. RGB value is (185,164,39). Sum of RGB (Red+Green+Blue) = 185+164+39=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A427 is #465BD8. Grayscale: #9C9C9C. Windows color (decimal): -4611033 or 2598073. OLE color: 2598073.

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

Color convert

RGB 185 164 39 -
CMYK 0 0.11 0.79 0.27
HSL 51.37º 0.65% 0.44% -
HSV(B) 51.37º 0.79% 0.73% -
XYZ 33.65 37.01 7.29 -
YUV 156.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 185 164 39 0 0.11 0.79 0.27 51.37 0.65 0.44
Hex B9 A4 27 0 B 4F 1B 33 41 2C
Octal 271 244 47 0 13 117 33 63 101 54
Binary 10111001 10100100 100111 0 1011 1001111 11011 110011 1000001 101100

Color Harmonies of #B9A427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A427

Black with #B9A427

Text Example


Text Example

White with #B9A427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A427; }

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

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

background-color css

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

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

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

border-color css

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

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

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