#B6DA65

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

Shades of Conifer #B6DA65

Tints of Conifer #B6DA65

Color information

#B6DA65 (or 0xB6DA65) is unknown color: approx Conifer. HEX triplet: B6, DA and 65. RGB value is (182,218,101). Sum of RGB (Red+Green+Blue) = 182+218+101=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA65 is #49259A. Grayscale: #C2C2C2. Windows color (decimal): -4793755 or 6675126. OLE color: 6675126.

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

Color convert

RGB182218101-
CMYK0.1700.540.15
HSL78.46º61.26%62.55%-
HSV(B)78.46º53.67%85.49%-
XYZ46.7161.0321.63-
YUV193.975.57119.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=36.33%
G=43.51%
B=20.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181010.1700.540.1578.4661.2662.55
HexB6DA6511036F4e3d3f
Octal26633214521066171167577
Binary1011011011011010110010110001011011011111001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA65; }

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

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

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

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

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

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

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

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