#BBEC5F

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

Shades of Conifer #BBEC5F

Tints of Conifer #BBEC5F

Color information

#BBEC5F (or 0xBBEC5F) is unknown color: approx Conifer. HEX triplet: BB, EC and 5F. RGB value is (187,236,95). Sum of RGB (Red+Green+Blue) = 187+236+95=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC5F is #4413A0. Grayscale: #CDCDCD. Windows color (decimal): -4461473 or 6286523. OLE color: 6286523.

HSL color Cylindrical-coordinate representation of color #BBEC5F: hue angle of 80.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBEC5F is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB18723695-
CMYK0.2100.600.07
HSL80.85º78.77%64.9%-
HSV(B)80.85º59.75%92.55%-
XYZ52.5571.3821.83-
YUV205.2865.77114.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 236 (92.58% from 255) = 45.56%
BLUE value IS 95 (37.5% from 255) = 18.34%
R=36.10%
G=45.56%
B=18.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187236950.2100.600.0780.8578.7764.9
HexBBEC5F1503C7514f41
Octal273354137250747121117101
Binary10111011111011001011111101010111100111101000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEC5F; }

 p { color: rgb(187,236,95); }

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

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

 a { background-color: rgb(187,236,95); }

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

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

 span { border-color: rgb(187,236,95); }

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