Html Css Color HEX #B9AE32 Earls Green

📋 copy color: '#B9AE32'

red 185 ◦ green 174 ◦ blue 50

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

Shades of Earls Green #B9AE32

Tints of Earls Green #B9AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.54%

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 45.23%
G = 42.54%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9AE32 (or 0xB9AE32) is known color: Earls Green. HEX triplet: B9, AE and 32. RGB value is (185,174,50). Sum of RGB (Red+Green+Blue) = 185+174+50=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE32 is #4651CD. Grayscale: #A3A3A3. Windows color (decimal): -4608462 or 3321529. OLE color: 3321529.

HSL color Cylindrical-coordinate representation of color #B9AE32: hue angle of 55.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9AE32 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 174 50 -
CMYK 0 0.06 0.73 0.27
HSL 55.11º 0.57% 0.46% -
HSV(B) 55.11º 0.73% 0.73% -
XYZ 35.72 40.82 9.01 -
YUV 163.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 185 174 50 0 0.06 0.73 0.27 55.11 0.57 0.46
Hex B9 AE 32 0 6 49 1B 37 39 2E
Octal 271 256 62 0 6 111 33 67 71 56
Binary 10111001 10101110 110010 0 110 1001001 11011 110111 111001 101110

Color Harmonies of #B9AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE32

Black with #B9AE32

Text Example


Text Example

White with #B9AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE32; }

 p { color: rgb(185,174,50); }

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

background-color css

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

 a { background-color: rgb(185,174,50); }

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

border-color css

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

 span { border-color: rgb(185,174,50); }

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