#BBFF55

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

Shades of Conifer #BBFF55

Tints of Conifer #BBFF55

Color information

#BBFF55 (or 0xBBFF55) is unknown color: approx Conifer. HEX triplet: BB, FF and 55. RGB value is (187,255,85). Sum of RGB (Red+Green+Blue) = 187+255+85=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF55 is #4400AA. Grayscale: #D7D7D7. Windows color (decimal): -4456619 or 5636027. OLE color: 5636027.

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

Color convert

RGB18725585-
CMYK0.2700.670
HSL84º100%66.67%-
HSV(B)84º66.67%100%-
XYZ57.8982.7421.51-
YUV215.2954.47107.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 85 (33.59% from 255) = 16.13%
R=35.48%
G=48.39%
B=16.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187255850.2700.6708410066.67
HexBBFF551B0430546443
Octal2733771253301030124144103
Binary1011101111111111101010111011010000110101010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF55; }

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

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

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

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

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

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

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

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