#B6D85C

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

Shades of Conifer #B6D85C

Tints of Conifer #B6D85C

Color information

#B6D85C (or 0xB6D85C) is unknown color: approx Conifer. HEX triplet: B6, D8 and 5C. RGB value is (182,216,92). Sum of RGB (Red+Green+Blue) = 182+216+92=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D85C is #4927A3. Grayscale: #C0C0C0. Windows color (decimal): -4794276 or 6084790. OLE color: 6084790.

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

Color convert

RGB18221692-
CMYK0.1600.570.15
HSL76.45º61.39%60.39%-
HSV(B)76.45º57.41%84.71%-
XYZ45.7859.8319.26-
YUV191.771.74121.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=37.14%
G=44.08%
B=18.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182216920.1600.570.1576.4561.3960.39
HexB6D85C10039F4c3d3c
Octal26633013420071171147574
Binary1011011011011000101110010000011100111111001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D85C; }

 p { color: rgb(182,216,92); }

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

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

 a { background-color: rgb(182,216,92); }

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

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

 span { border-color: rgb(182,216,92); }

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