#b6df5d

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

Shades of Conifer #B6DF5D

Tints of Conifer #B6DF5D

Color information

#B6DF5D (or 0xB6DF5D) is unknown color: approx Conifer. HEX triplet: B6, DF and 5D. RGB value is (182,223,93). Sum of RGB (Red+Green+Blue) = 182+223+93=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF5D is #4920A2. Grayscale: #C4C4C4. Windows color (decimal): -4792483 or 6152118. OLE color: 6152118.

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

Color convert

RGB18222393-
CMYK0.1800.580.13
HSL78.92º67.01%61.96%-
HSV(B)78.92º58.3%87.45%-
XYZ47.6563.5120.1-
YUV195.9269.92118.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=36.55%
G=44.78%
B=18.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182223930.1800.580.1378.9267.0161.96
HexB6DF5D1203AD4f433e
Octal266337135220721511710376
Binary10110110110111111011101100100111010110110011111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6df5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6df5d; }

 p { color: rgb(182,223,93); }

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

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

 a { background-color: rgb(182,223,93); }

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

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

 span { border-color: rgb(182,223,93); }

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