#B2DD6D

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

Shades of Conifer #B2DD6D

Tints of Conifer #B2DD6D

Color information

#B2DD6D (or 0xB2DD6D) is unknown color: approx Conifer. HEX triplet: B2, DD and 6D. RGB value is (178,221,109). Sum of RGB (Red+Green+Blue) = 178+221+109=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD6D is #4D2292. Grayscale: #C3C3C3. Windows color (decimal): -5055123 or 7200178. OLE color: 7200178.

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

Color convert

RGB178221109-
CMYK0.1900.510.13
HSL83.04º62.22%64.71%-
HSV(B)83.04º50.68%86.67%-
XYZ46.9862.2824.01-
YUV195.3879.25115.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 109 (42.97% from 255) = 21.46%
R=35.04%
G=43.50%
B=21.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211090.1900.510.1383.0462.2264.71
HexB2DD6D13033D533e41
Octal262335155230631512376101
Binary10110010110111011101101100110110011110110100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD6D; }

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

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

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

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

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

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

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

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