#B3D86E

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

Shades of Conifer #B3D86E

Tints of Conifer #B3D86E

Color information

#B3D86E (or 0xB3D86E) is unknown color: approx Conifer. HEX triplet: B3, D8 and 6E. RGB value is (179,216,110). Sum of RGB (Red+Green+Blue) = 179+216+110=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D86E is #4C2791. Grayscale: #C1C1C1. Windows color (decimal): -4990866 or 7264435. OLE color: 7264435.

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

Color convert

RGB179216110-
CMYK0.1700.490.15
HSL80.94º57.61%63.92%-
HSV(B)80.94º49.07%84.71%-
XYZ45.9659.8223.88-
YUV192.8581.24118.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=35.45%
G=42.77%
B=21.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161100.1700.490.1580.9457.6163.92
HexB3D86E11031F513a40
Octal263330156210611712172100
Binary10110011110110001101110100010110001111110100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D86E; }

 p { color: rgb(179,216,110); }

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

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

 a { background-color: rgb(179,216,110); }

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

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

 span { border-color: rgb(179,216,110); }

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