#b6db4e

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

Shades of Conifer #B6DB4E

Tints of Conifer #B6DB4E

Color information

#B6DB4E (or 0xB6DB4E) is unknown color: approx Conifer. HEX triplet: B6, DB and 4E. RGB value is (182,219,78). Sum of RGB (Red+Green+Blue) = 182+219+78=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB4E is #4924B1. Grayscale: #C0C0C0. Windows color (decimal): -4793522 or 5168054. OLE color: 5168054.

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

Color convert

RGB18221978-
CMYK0.1700.640.14
HSL75.74º66.2%58.24%-
HSV(B)75.74º64.38%85.88%-
XYZ4661.1616.59-
YUV191.8663.74120.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=38.00%
G=45.72%
B=16.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182219780.1700.640.1475.7466.258.24
HexB6DB4E11040E4c423a
Octal2663331162101001611410272
Binary101101101101101110011101000101000000111010011001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6db4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6db4e; }

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

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

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

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

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

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

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

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