#B3D96B

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

Shades of Conifer #B3D96B

Tints of Conifer #B3D96B

Color information

#B3D96B (or 0xB3D96B) is unknown color: approx Conifer. HEX triplet: B3, D9 and 6B. RGB value is (179,217,107). Sum of RGB (Red+Green+Blue) = 179+217+107=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D96B is #4C2694. Grayscale: #C1C1C1. Windows color (decimal): -4990613 or 7068083. OLE color: 7068083.

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

Color convert

RGB179217107-
CMYK0.1800.510.15
HSL80.73º59.14%63.53%-
HSV(B)80.73º50.69%85.1%-
XYZ46.0660.2723.12-
YUV193.179.41117.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=35.59%
G=43.14%
B=21.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171070.1800.510.1580.7359.1463.53
HexB3D96B12033F513b40
Octal263331153220631712173100
Binary10110011110110011101011100100110011111110100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D96B; }

 p { color: rgb(179,217,107); }

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

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

 a { background-color: rgb(179,217,107); }

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

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

 span { border-color: rgb(179,217,107); }

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