Html Css Color HEX #B9A825 Earls Green

📋 copy color: '#B9A825'

red 185 ◦ green 168 ◦ blue 37

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

Shades of Earls Green #B9A825

Tints of Earls Green #B9A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 47.44%
G = 43.08%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B9A825 (or 0xB9A825) is known color: Earls Green. HEX triplet: B9, A8 and 25. RGB value is (185,168,37). Sum of RGB (Red+Green+Blue) = 185+168+37=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A825 is #4657DA. Grayscale: #9E9E9E. Windows color (decimal): -4610011 or 2468025. OLE color: 2468025.

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

Color convert

RGB 185 168 37 -
CMYK 0 0.09 0.80 0.27
HSL 53.11º 0.67% 0.44% -
HSV(B) 53.11º 0.8% 0.73% -
XYZ 34.34 38.45 7.36 -
YUV 158.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 185 168 37 0 0.09 0.80 0.27 53.11 0.67 0.44
Hex B9 A8 25 0 9 50 1B 35 43 2C
Octal 271 250 45 0 11 120 33 65 103 54
Binary 10111001 10101000 100101 0 1001 1010000 11011 110101 1000011 101100

Color Harmonies of #B9A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A825

Black with #B9A825

Text Example


Text Example

White with #B9A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A825; }

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

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

background-color css

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

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

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

border-color css

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

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

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