#BBD85D

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

Shades of Conifer #BBD85D

Tints of Conifer #BBD85D

Color information

#BBD85D (or 0xBBD85D) is unknown color: approx Conifer. HEX triplet: BB, D8 and 5D. RGB value is (187,216,93). Sum of RGB (Red+Green+Blue) = 187+216+93=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD85D is #4427A2. Grayscale: #C1C1C1. Windows color (decimal): -4466595 or 6150331. OLE color: 6150331.

HSL color Cylindrical-coordinate representation of color #BBD85D: hue angle of 74.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBD85D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB18721693-
CMYK0.1300.570.15
HSL74.15º61.19%60.59%-
HSV(B)74.15º56.94%84.71%-
XYZ47.0360.4719.55-
YUV193.3171.39123.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=37.70%
G=43.55%
B=18.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187216930.1300.570.1574.1561.1960.59
HexBBD85DD039F4a3d3d
Octal27333013515071171127575
Binary101110111101100010111011101011100111111001010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD85D; }

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

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

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

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

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

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

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

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