#BBEF5A

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

Shades of Conifer #BBEF5A

Tints of Conifer #BBEF5A

Color information

#BBEF5A (or 0xBBEF5A) is unknown color: approx Conifer. HEX triplet: BB, EF and 5A. RGB value is (187,239,90). Sum of RGB (Red+Green+Blue) = 187+239+90=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEF5A is #4410A5. Grayscale: #CFCFCF. Windows color (decimal): -4460710 or 5959611. OLE color: 5959611.

HSL color Cylindrical-coordinate representation of color #BBEF5A: hue angle of 80.94º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBEF5A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB18723990-
CMYK0.2200.620.06
HSL80.94º82.32%64.51%-
HSV(B)80.94º62.34%93.73%-
XYZ53.2173.0420.97-
YUV206.4762.27114.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=36.24%
G=46.32%
B=17.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187239900.2200.620.0680.9482.3264.51
HexBBEF5A1603E6515241
Octal273357132260766121122101
Binary10111011111011111011010101100111110110101000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEF5A; }

 p { color: rgb(187,239,90); }

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

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

 a { background-color: rgb(187,239,90); }

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

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

 span { border-color: rgb(187,239,90); }

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