#BBFB5D

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

Shades of Conifer #BBFB5D

Tints of Conifer #BBFB5D

Color information

#BBFB5D (or 0xBBFB5D) is unknown color: approx Conifer. HEX triplet: BB, FB and 5D. RGB value is (187,251,93). Sum of RGB (Red+Green+Blue) = 187+251+93=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFB5D is #4404A2. Grayscale: #D6D6D6. Windows color (decimal): -4457635 or 6159291. OLE color: 6159291.

HSL color Cylindrical-coordinate representation of color #BBFB5D: hue angle of 84.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFB5D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB18725193-
CMYK0.2500.630.02
HSL84.3º95.18%67.45%-
HSV(B)84.3º62.95%98.43%-
XYZ56.9780.3522.86-
YUV213.8559.8108.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=35.22%
G=47.27%
B=17.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187251930.2500.630.0284.395.1867.45
HexBBFB5D1903F2545f43
Octal273373135310772124137103
Binary1011101111111011101110111001011111110101010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFB5D; }

 p { color: rgb(187,251,93); }

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

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

 a { background-color: rgb(187,251,93); }

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

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

 span { border-color: rgb(187,251,93); }

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