#BBDE4E

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

Shades of Conifer #BBDE4E

Tints of Conifer #BBDE4E

Color information

#BBDE4E (or 0xBBDE4E) is unknown color: approx Conifer. HEX triplet: BB, DE and 4E. RGB value is (187,222,78). Sum of RGB (Red+Green+Blue) = 187+222+78=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE4E is #4421B1. Grayscale: #C3C3C3. Windows color (decimal): -4465074 or 5168827. OLE color: 5168827.

HSL color Cylindrical-coordinate representation of color #BBDE4E: hue angle of 74.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDE4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB18722278-
CMYK0.1600.650.13
HSL74.58º68.57%58.82%-
HSV(B)74.58º64.86%87.06%-
XYZ47.9963.3616.91-
YUV195.1261.9122.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 78 (30.86% from 255) = 16.02%
R=38.40%
G=45.59%
B=16.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187222780.1600.650.1374.5868.5758.82
HexBBDE4E10041D4b453b
Octal2733361162001011511310573
Binary101110111101111010011101000001000001110110010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE4E; }

 p { color: rgb(187,222,78); }

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

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

 a { background-color: rgb(187,222,78); }

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

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

 span { border-color: rgb(187,222,78); }

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