Html Css Color HEX #B9A52F Earls Green

📋 copy color: '#B9A52F'

red 185 ◦ green 165 ◦ blue 47

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

Shades of Earls Green #B9A52F

Tints of Earls Green #B9A52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 46.6%
G = 41.56%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9A52F (or 0xB9A52F) is known color: Earls Green. HEX triplet: B9, A5 and 2F. RGB value is (185,165,47). Sum of RGB (Red+Green+Blue) = 185+165+47=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A52F is #465AD0. Grayscale: #9E9E9E. Windows color (decimal): -4610769 or 3122617. OLE color: 3122617.

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

Color convert

RGB 185 165 47 -
CMYK 0 0.11 0.75 0.27
HSL 51.3º 0.59% 0.45% -
HSV(B) 51.3º 0.75% 0.73% -
XYZ 33.98 37.43 8.12 -
YUV 157.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 185 165 47 0 0.11 0.75 0.27 51.3 0.59 0.45
Hex B9 A5 2F 0 B 4B 1B 33 3B 2D
Octal 271 245 57 0 13 113 33 63 73 55
Binary 10111001 10100101 101111 0 1011 1001011 11011 110011 111011 101101

Color Harmonies of #B9A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A52F

Black with #B9A52F

Text Example


Text Example

White with #B9A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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