#B3D966

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

Shades of Conifer #B3D966

Tints of Conifer #B3D966

Color information

#B3D966 (or 0xB3D966) is unknown color: approx Conifer. HEX triplet: B3, D9 and 66. RGB value is (179,217,102). Sum of RGB (Red+Green+Blue) = 179+217+102=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D966 is #4C2699. Grayscale: #C0C0C0. Windows color (decimal): -4990618 or 6740403. OLE color: 6740403.

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

Color convert

RGB179217102-
CMYK0.1800.530.15
HSL79.83º60.21%62.55%-
HSV(B)79.83º53%85.1%-
XYZ45.860.1721.77-
YUV192.5376.91118.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=35.94%
G=43.57%
B=20.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171020.1800.530.1579.8360.2162.55
HexB3D96612035F503c3f
Octal26333114622065171207477
Binary1011001111011001110011010010011010111111010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D966; }

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

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

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

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

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

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

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

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