#B6DB6B

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

Shades of Conifer #B6DB6B

Tints of Conifer #B6DB6B

Color information

#B6DB6B (or 0xB6DB6B) is unknown color: approx Conifer. HEX triplet: B6, DB and 6B. RGB value is (182,219,107). Sum of RGB (Red+Green+Blue) = 182+219+107=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB6B is #492494. Grayscale: #C3C3C3. Windows color (decimal): -4793493 or 7068598. OLE color: 7068598.

HSL color Cylindrical-coordinate representation of color #B6DB6B: hue angle of 79.82º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6DB6B is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB182219107-
CMYK0.1700.510.14
HSL79.82º60.87%63.92%-
HSV(B)79.82º51.14%85.88%-
XYZ47.2861.6723.32-
YUV195.1778.24118.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=35.83%
G=43.11%
B=21.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191070.1700.510.1479.8260.8763.92
HexB6DB6B11033E503d40
Octal266333153210631612075100
Binary10110110110110111101011100010110011111010100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB6B; }

 p { color: rgb(182,219,107); }

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

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

 a { background-color: rgb(182,219,107); }

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

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

 span { border-color: rgb(182,219,107); }

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