#BBF153

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

Shades of Conifer #BBF153

Tints of Conifer #BBF153

Color information

#BBF153 (or 0xBBF153) is unknown color: approx Conifer. HEX triplet: BB, F1 and 53. RGB value is (187,241,83). Sum of RGB (Red+Green+Blue) = 187+241+83=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF153 is #440EAC. Grayscale: #CFCFCF. Windows color (decimal): -4460205 or 5501371. OLE color: 5501371.

HSL color Cylindrical-coordinate representation of color #BBF153: hue angle of 80.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF153 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB18724183-
CMYK0.2200.660.05
HSL80.51º84.95%63.53%-
HSV(B)80.51º65.56%94.51%-
XYZ53.5174.119.67-
YUV206.8458.11113.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 83 (32.81% from 255) = 16.24%
R=36.59%
G=47.16%
B=16.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187241830.2200.660.0580.5184.9563.53
HexBBF153160425515540
Octal2733611232601025121125100
Binary101110111111000110100111011001000010101101000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF153; }

 p { color: rgb(187,241,83); }

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

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

 a { background-color: rgb(187,241,83); }

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

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

 span { border-color: rgb(187,241,83); }

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