#BBED5D

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

Shades of Conifer #BBED5D

Tints of Conifer #BBED5D

Color information

#BBED5D (or 0xBBED5D) is unknown color: approx Conifer. HEX triplet: BB, ED and 5D. RGB value is (187,237,93). Sum of RGB (Red+Green+Blue) = 187+237+93=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED5D is #4412A2. Grayscale: #CECECE. Windows color (decimal): -4461219 or 6155707. OLE color: 6155707.

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

Color convert

RGB18723793-
CMYK0.2100.610.07
HSL80.83º80%64.71%-
HSV(B)80.83º60.76%92.94%-
XYZ52.7571.9221.46-
YUV205.6364.44114.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 93 (36.72% from 255) = 17.99%
R=36.17%
G=45.84%
B=17.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187237930.2100.610.0780.838064.71
HexBBED5D1503D7515041
Octal273355135250757121120101
Binary10111011111011011011101101010111101111101000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED5D; }

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

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

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

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

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

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

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

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