#B9AE25

Color #B9AE25 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B9AE25

Tints of Earls Green #B9AE25

Color information

#B9AE25 (or 0xB9AE25) is unknown color: approx Earls Green. HEX triplet: B9, AE and 25. RGB value is (185,174,37). Sum of RGB (Red+Green+Blue) = 185+174+37=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE25 is #4651DA. Grayscale: #A2A2A2. Windows color (decimal): -4608475 or 2469561. OLE color: 2469561.

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

Color convert

RGB18517437-
CMYK00.060.800.27
HSL55.54º66.67%43.53%-
HSV(B)55.54º80%72.55%-
XYZ35.4840.727.74-
YUV161.6757.64144.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=46.72%
G=43.94%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851743700.060.800.2755.5466.6743.53
HexB9AE2506501B38432c
Octal2712564506120337010354
Binary101110011010111010010101101010000110111110001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE25; }

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

 H1.HeaderClassName
 {
   color: #B9AE25;
 }
 .AnyTagClassName
 {
   color: #B9AE25;
 }
</style>
background-color css

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

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

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

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

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

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