#B6DA5D

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

Shades of Conifer #B6DA5D

Tints of Conifer #B6DA5D

Color information

#B6DA5D (or 0xB6DA5D) is unknown color: approx Conifer. HEX triplet: B6, DA and 5D. RGB value is (182,218,93). Sum of RGB (Red+Green+Blue) = 182+218+93=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DA5D is #4925A2. Grayscale: #C1C1C1. Windows color (decimal): -4793763 or 6150838. OLE color: 6150838.

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

Color convert

RGB18221893-
CMYK0.1700.570.15
HSL77.28º62.81%60.98%-
HSV(B)77.28º57.34%85.49%-
XYZ46.3460.8819.66-
YUV192.9971.57120.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=36.92%
G=44.22%
B=18.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182218930.1700.570.1577.2862.8160.98
HexB6DA5D11039F4d3f3d
Octal26633213521071171157775
Binary1011011011011010101110110001011100111111001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA5D; }

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

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

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

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

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

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

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

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