Html Css Color HEX #B9A725 Earls Green

📋 copy color: '#B9A725'

red 185 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #B9A725

Tints of Earls Green #B9A725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 47.56%
G = 42.93%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B9A725 (or 0xB9A725) is known color: Earls Green. HEX triplet: B9, A7 and 25. RGB value is (185,167,37). Sum of RGB (Red+Green+Blue) = 185+167+37=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A725 is #4658DA. Grayscale: #9E9E9E. Windows color (decimal): -4610267 or 2467769. OLE color: 2467769.

HSL color Cylindrical-coordinate representation of color #B9A725: hue angle of 52.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9A725 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 37 -
CMYK 0 0.10 0.80 0.27
HSL 52.7º 0.67% 0.44% -
HSV(B) 52.7º 0.8% 0.73% -
XYZ 34.16 38.09 7.3 -
YUV 157.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 185 167 37 0 0.10 0.80 0.27 52.7 0.67 0.44
Hex B9 A7 25 0 A 50 1B 35 43 2C
Octal 271 247 45 0 12 120 33 65 103 54
Binary 10111001 10100111 100101 0 1010 1010000 11011 110101 1000011 101100

Color Harmonies of #B9A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A725

Black with #B9A725

Text Example


Text Example

White with #B9A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A725; }

 p { color: rgb(185,167,37); }

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

background-color css

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

 a { background-color: rgb(185,167,37); }

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

border-color css

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

 span { border-color: rgb(185,167,37); }

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