#B6D44E

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

Shades of Conifer #B6D44E

Tints of Conifer #B6D44E

Color information

#B6D44E (or 0xB6D44E) is unknown color: approx Conifer. HEX triplet: B6, D4 and 4E. RGB value is (182,212,78). Sum of RGB (Red+Green+Blue) = 182+212+78=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D44E is #492BB1. Grayscale: #BCBCBC. Windows color (decimal): -4795314 or 5166262. OLE color: 5166262.

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

Color convert

RGB18221278-
CMYK0.1400.630.17
HSL73.43º60.91%56.86%-
HSV(B)73.43º63.21%83.14%-
XYZ44.2157.5815.99-
YUV187.7566.06123.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 78 (30.86% from 255) = 16.53%
R=38.56%
G=44.92%
B=16.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182212780.1400.630.1773.4360.9156.86
HexB6D44EE03F11493d39
Octal26632411616077211117571
Binary1011011011010100100111011100111111100011001001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D44E; }

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

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

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

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

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

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

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

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