Html Css Color HEX #B9A525 Earls Green

📋 copy color: '#B9A525'

red 185 ◦ green 165 ◦ blue 37

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

Shades of Earls Green #B9A525

Tints of Earls Green #B9A525

RGB

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

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

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

R = 47.8%
G = 42.64%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B9A525 (or 0xB9A525) is known color: Earls Green. HEX triplet: B9, A5 and 25. RGB value is (185,165,37). Sum of RGB (Red+Green+Blue) = 185+165+37=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A525 is #465ADA. Grayscale: #9C9C9C. Windows color (decimal): -4610779 or 2467257. OLE color: 2467257.

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

Color convert

RGB 185 165 37 -
CMYK 0 0.11 0.80 0.27
HSL 51.89º 0.67% 0.44% -
HSV(B) 51.89º 0.8% 0.73% -
XYZ 33.8 37.36 7.18 -
YUV 156.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 185 165 37 0 0.11 0.80 0.27 51.89 0.67 0.44
Hex B9 A5 25 0 B 50 1B 34 43 2C
Octal 271 245 45 0 13 120 33 64 103 54
Binary 10111001 10100101 100101 0 1011 1010000 11011 110100 1000011 101100

Color Harmonies of #B9A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A525

Black with #B9A525

Text Example


Text Example

White with #B9A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A525; }

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

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

background-color css

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

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

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

border-color css

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

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

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