#BBAC25

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

Shades of Earls Green #BBAC25

Tints of Earls Green #BBAC25

Color information

#BBAC25 (or 0xBBAC25) is unknown color: approx Earls Green. HEX triplet: BB, AC and 25. RGB value is (187,172,37). Sum of RGB (Red+Green+Blue) = 187+172+37=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC25 is #4453DA. Grayscale: #A1A1A1. Windows color (decimal): -4477915 or 2469051. OLE color: 2469051.

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

Color convert

RGB18717237-
CMYK00.080.800.27
HSL54º66.96%43.92%-
HSV(B)54º80.21%73.33%-
XYZ35.5840.27.64-
YUV161.157.97146.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=47.22%
G=43.43%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871723700.080.800.275466.9643.92
HexBBAC2508501B36432c
Octal27325445010120336610354
Binary1011101110101100100101010001010000110111101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC25; }

 p { color: rgb(187,172,37); }

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

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

 a { background-color: rgb(187,172,37); }

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

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

 span { border-color: rgb(187,172,37); }

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