#BBF163

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

Shades of Conifer #BBF163

Tints of Conifer #BBF163

Color information

#BBF163 (or 0xBBF163) is unknown color: approx Conifer. HEX triplet: BB, F1 and 63. RGB value is (187,241,99). Sum of RGB (Red+Green+Blue) = 187+241+99=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF163 is #440E9C. Grayscale: #D1D1D1. Windows color (decimal): -4460189 or 6549947. OLE color: 6549947.

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

Color convert

RGB18724199-
CMYK0.2200.590.05
HSL82.82º83.53%66.67%-
HSV(B)82.82º58.92%94.51%-
XYZ54.274.3823.3-
YUV208.6766.11112.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=35.48%
G=45.73%
B=18.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187241990.2200.590.0582.8283.5366.67
HexBBF1631603B5535443
Octal273361143260735123124103
Binary10111011111100011100011101100111011101101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF163; }

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

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

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

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

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

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

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

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