#BBAD23

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

Shades of Earls Green #BBAD23

Tints of Earls Green #BBAD23

Color information

#BBAD23 (or 0xBBAD23) is unknown color: approx Earls Green. HEX triplet: BB, AD and 23. RGB value is (187,173,35). Sum of RGB (Red+Green+Blue) = 187+173+35=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD23 is #4452DC. Grayscale: #A2A2A2. Windows color (decimal): -4477661 or 2338235. OLE color: 2338235.

HSL color Cylindrical-coordinate representation of color #BBAD23: hue angle of 54.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBAD23 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18717335-
CMYK00.070.810.27
HSL54.47º68.47%43.53%-
HSV(B)54.47º81.28%73.33%-
XYZ35.7440.577.54-
YUV161.4556.64146.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 35 (14.06% from 255) = 8.86%
R=47.34%
G=43.80%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871733500.070.810.2754.4768.4743.53
HexBBAD2307511B36442c
Octal2732554307121336610454
Binary101110111010110110001101111010001110111101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD23; }

 p { color: rgb(187,173,35); }

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

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

 a { background-color: rgb(187,173,35); }

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

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

 span { border-color: rgb(187,173,35); }

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