#BBDD55

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

Shades of Conifer #BBDD55

Tints of Conifer #BBDD55

Color information

#BBDD55 (or 0xBBDD55) is unknown color: approx Conifer. HEX triplet: BB, DD and 55. RGB value is (187,221,85). Sum of RGB (Red+Green+Blue) = 187+221+85=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD55 is #4422AA. Grayscale: #C3C3C3. Windows color (decimal): -4465323 or 5627323. OLE color: 5627323.

HSL color Cylindrical-coordinate representation of color #BBDD55: hue angle of 75º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDD55 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB18722185-
CMYK0.1500.620.13
HSL75º66.67%60%-
HSV(B)75º61.54%86.67%-
XYZ47.9962.9318.21-
YUV195.3365.74122.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 85 (33.59% from 255) = 17.24%
R=37.93%
G=44.83%
B=17.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187221850.1500.620.137566.6760
HexBBDD55F03ED4b433c
Octal273335125170761511310374
Binary1011101111011101101010111110111110110110010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD55; }

 p { color: rgb(187,221,85); }

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

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

 a { background-color: rgb(187,221,85); }

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

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

 span { border-color: rgb(187,221,85); }

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