#B1DD6F

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

Shades of Conifer #B1DD6F

Tints of Conifer #B1DD6F

Color information

#B1DD6F (or 0xB1DD6F) is unknown color: approx Conifer. HEX triplet: B1, DD and 6F. RGB value is (177,221,111). Sum of RGB (Red+Green+Blue) = 177+221+111=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD6F is #4E2290. Grayscale: #C3C3C3. Windows color (decimal): -5120657 or 7331249. OLE color: 7331249.

HSL color Cylindrical-coordinate representation of color #B1DD6F: hue angle of 84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1DD6F is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB177221111-
CMYK0.2000.500.13
HSL84º61.8%65.1%-
HSV(B)84º49.77%86.67%-
XYZ46.8662.2124.58-
YUV195.380.42114.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=34.77%
G=43.42%
B=21.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211110.2000.500.138461.865.1
HexB1DD6F14032D543e41
Octal261335157240621512476101
Binary10110001110111011101111101000110010110110101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD6F; }

 p { color: rgb(177,221,111); }

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

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

 a { background-color: rgb(177,221,111); }

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

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

 span { border-color: rgb(177,221,111); }

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