#B3D969

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

Shades of Conifer #B3D969

Tints of Conifer #B3D969

Color information

#B3D969 (or 0xB3D969) is unknown color: approx Conifer. HEX triplet: B3, D9 and 69. RGB value is (179,217,105). Sum of RGB (Red+Green+Blue) = 179+217+105=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D969 is #4C2696. Grayscale: #C1C1C1. Windows color (decimal): -4990615 or 6937011. OLE color: 6937011.

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

Color convert

RGB179217105-
CMYK0.1800.520.15
HSL80.36º59.57%63.14%-
HSV(B)80.36º51.61%85.1%-
XYZ45.9560.2322.57-
YUV192.8778.41118.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 105 (41.41% from 255) = 20.96%
R=35.73%
G=43.31%
B=20.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171050.1800.520.1580.3659.5763.14
HexB3D96912034F503c3f
Octal26333115122064171207477
Binary1011001111011001110100110010011010011111010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D969; }

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

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

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

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

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

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

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

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