#B6DD6D

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

Shades of Conifer #B6DD6D

Tints of Conifer #B6DD6D

Color information

#B6DD6D (or 0xB6DD6D) is unknown color: approx Conifer. HEX triplet: B6, DD and 6D. RGB value is (182,221,109). Sum of RGB (Red+Green+Blue) = 182+221+109=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD6D is #492292. Grayscale: #C4C4C4. Windows color (decimal): -4792979 or 7200182. OLE color: 7200182.

HSL color Cylindrical-coordinate representation of color #B6DD6D: hue angle of 80.89º 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 #B6DD6D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB182221109-
CMYK0.1800.510.13
HSL80.89º62.22%64.71%-
HSV(B)80.89º50.68%86.67%-
XYZ47.9162.7624.06-
YUV196.5778.58117.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=35.55%
G=43.16%
B=21.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211090.1800.510.1380.8962.2264.71
HexB6DD6D12033D513e41
Octal266335155220631512176101
Binary10110110110111011101101100100110011110110100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD6D; }

 p { color: rgb(182,221,109); }

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

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

 a { background-color: rgb(182,221,109); }

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

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

 span { border-color: rgb(182,221,109); }

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