#BBE466

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

Shades of Conifer #BBE466

Tints of Conifer #BBE466

Color information

#BBE466 (or 0xBBE466) is unknown color: approx Conifer. HEX triplet: BB, E4 and 66. RGB value is (187,228,102). Sum of RGB (Red+Green+Blue) = 187+228+102=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE466 is #441B99. Grayscale: #C9C9C9. Windows color (decimal): -4463514 or 6743227. OLE color: 6743227.

HSL color Cylindrical-coordinate representation of color #BBE466: hue angle of 79.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBE466 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB187228102-
CMYK0.1800.550.11
HSL79.52º70%64.71%-
HSV(B)79.52º55.26%89.41%-
XYZ50.6467.0122.84-
YUV201.3871.92117.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 228 (89.45% from 255) = 44.10%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=36.17%
G=44.10%
B=19.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872281020.1800.550.1179.527064.71
HexBBE46612037B504641
Octal2733441462206713120106101
Binary101110111110010011001101001001101111011101000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE466; }

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

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

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

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

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

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

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

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