#B6DC42

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

Shades of Conifer #B6DC42

Tints of Conifer #B6DC42

Color information

#B6DC42 (or 0xB6DC42) is unknown color: approx Conifer. HEX triplet: B6, DC and 42. RGB value is (182,220,66). Sum of RGB (Red+Green+Blue) = 182+220+66=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DC42 is #4923BD. Grayscale: #BFBFBF. Windows color (decimal): -4793278 or 4381878. OLE color: 4381878.

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

Color convert

RGB18222066-
CMYK0.1700.70.14
HSL74.81º68.75%56.08%-
HSV(B)74.81º70%86.27%-
XYZ45.8761.5214.61-
YUV191.0857.41121.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=38.89%
G=47.01%
B=14.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182220660.1700.70.1474.8168.7556.08
HexB6DC4211046E4b4538
Octal2663341022101061611310570
Binary101101101101110010000101000101000110111010010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC42; }

 p { color: rgb(182,220,66); }

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

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

 a { background-color: rgb(182,220,66); }

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

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

 span { border-color: rgb(182,220,66); }

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