#B6D965

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

Shades of Conifer #B6D965

Tints of Conifer #B6D965

Color information

#B6D965 (or 0xB6D965) is unknown color: approx Conifer. HEX triplet: B6, D9 and 65. RGB value is (182,217,101). Sum of RGB (Red+Green+Blue) = 182+217+101=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D965 is #49269A. Grayscale: #C1C1C1. Windows color (decimal): -4794011 or 6674870. OLE color: 6674870.

HSL color Cylindrical-coordinate representation of color #B6D965: hue angle of 78.1º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6D965 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB182217101-
CMYK0.1600.530.15
HSL78.1º60.42%62.35%-
HSV(B)78.1º53.46%85.1%-
XYZ46.4560.5121.54-
YUV193.3175.9119.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=36.4%
G=43.4%
B=20.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171010.1600.530.1578.160.4262.35
HexB6D96510035F4e3c3e
Octal26633114520065171167476
Binary1011011011011001110010110000011010111111001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D965; }

 p { color: rgb(182,217,101); }

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

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

 a { background-color: rgb(182,217,101); }

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

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

 span { border-color: rgb(182,217,101); }

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