#B6DD6A

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

Shades of Conifer #B6DD6A

Tints of Conifer #B6DD6A

Color information

#B6DD6A (or 0xB6DD6A) is unknown color: approx Conifer. HEX triplet: B6, DD and 6A. RGB value is (182,221,106). Sum of RGB (Red+Green+Blue) = 182+221+106=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD6A is #492295. Grayscale: #C4C4C4. Windows color (decimal): -4792982 or 7003574. OLE color: 7003574.

HSL color Cylindrical-coordinate representation of color #B6DD6A: hue angle of 80.35º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6DD6A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB182221106-
CMYK0.1800.520.13
HSL80.35º62.84%64.12%-
HSV(B)80.35º52.04%86.67%-
XYZ47.7562.723.22-
YUV196.2377.08117.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=35.76%
G=43.42%
B=20.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211060.1800.520.1380.3562.8464.12
HexB6DD6A12034D503f40
Octal266335152220641512077100
Binary10110110110111011101010100100110100110110100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD6A; }

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

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

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

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

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

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

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

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