#B1DD6C

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

Shades of Conifer #B1DD6C

Tints of Conifer #B1DD6C

Color information

#B1DD6C (or 0xB1DD6C) is unknown color: approx Conifer. HEX triplet: B1, DD and 6C. RGB value is (177,221,108). Sum of RGB (Red+Green+Blue) = 177+221+108=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD6C is #4E2293. Grayscale: #C3C3C3. Windows color (decimal): -5120660 or 7134641. OLE color: 7134641.

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

Color convert

RGB177221108-
CMYK0.2000.510.13
HSL83.36º62.43%64.51%-
HSV(B)83.36º51.13%86.67%-
XYZ46.6962.1423.72-
YUV194.9678.92115.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 108 (42.58% from 255) = 21.34%
R=34.98%
G=43.68%
B=21.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772211080.2000.510.1383.3662.4364.51
HexB1DD6C14033D533e41
Octal261335154240631512376101
Binary10110001110111011101100101000110011110110100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD6C; }

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

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

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

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

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

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

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

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