Html Css Color HEX #B9A528 Earls Green

📋 copy color: '#B9A528'

red 185 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #B9A528

Tints of Earls Green #B9A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 47.44%
G = 42.31%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9A528 (or 0xB9A528) is known color: Earls Green. HEX triplet: B9, A5 and 28. RGB value is (185,165,40). Sum of RGB (Red+Green+Blue) = 185+165+40=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A528 is #465AD7. Grayscale: #9D9D9D. Windows color (decimal): -4610776 or 2663865. OLE color: 2663865.

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

Color convert

RGB 185 165 40 -
CMYK 0 0.11 0.78 0.27
HSL 51.72º 0.64% 0.44% -
HSV(B) 51.72º 0.78% 0.73% -
XYZ 33.85 37.38 7.44 -
YUV 156.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 185 165 40 0 0.11 0.78 0.27 51.72 0.64 0.44
Hex B9 A5 28 0 B 4E 1B 34 40 2C
Octal 271 245 50 0 13 116 33 64 100 54
Binary 10111001 10100101 101000 0 1011 1001110 11011 110100 1000000 101100

Color Harmonies of #B9A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A528

Black with #B9A528

Text Example


Text Example

White with #B9A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A528; }

 p { color: rgb(185,165,40); }

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

background-color css

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

 a { background-color: rgb(185,165,40); }

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

border-color css

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

 span { border-color: rgb(185,165,40); }

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