#BBED66

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

Shades of Conifer #BBED66

Tints of Conifer #BBED66

Color information

#BBED66 (or 0xBBED66) is unknown color: approx Conifer. HEX triplet: BB, ED and 66. RGB value is (187,237,102). Sum of RGB (Red+Green+Blue) = 187+237+102=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED66 is #441299. Grayscale: #CFCFCF. Windows color (decimal): -4461210 or 6745531. OLE color: 6745531.

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

Color convert

RGB187237102-
CMYK0.2100.570.07
HSL82.22º78.95%66.47%-
HSV(B)82.22º56.96%92.94%-
XYZ53.1872.0923.68-
YUV206.6668.94113.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=35.55%
G=45.06%
B=19.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371020.2100.570.0782.2278.9566.47
HexBBED66150397524f42
Octal273355146250717122117102
Binary10111011111011011100110101010111001111101001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED66; }

 p { color: rgb(187,237,102); }

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

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

 a { background-color: rgb(187,237,102); }

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

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

 span { border-color: rgb(187,237,102); }

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