#b3d965

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

Shades of Conifer #B3D965

Tints of Conifer #B3D965

Color information

#B3D965 (or 0xB3D965) is unknown color: approx Conifer. HEX triplet: B3, D9 and 65. RGB value is (179,217,101). Sum of RGB (Red+Green+Blue) = 179+217+101=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D965 is #4C269A. Grayscale: #C0C0C0. Windows color (decimal): -4990619 or 6674867. OLE color: 6674867.

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

Color convert

RGB179217101-
CMYK0.1800.530.15
HSL79.66º60.42%62.35%-
HSV(B)79.66º53.46%85.1%-
XYZ45.7560.1521.51-
YUV192.4176.41118.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=36.02%
G=43.66%
B=20.32%

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
Decimal1792171010.1800.530.1579.6660.4262.35
HexB3D96512035F503c3e
Octal26333114522065171207476
Binary1011001111011001110010110010011010111111010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3d965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3d965; }

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

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

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

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

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

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

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

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