#B3DF69

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

Shades of Conifer #B3DF69

Tints of Conifer #B3DF69

Color information

#B3DF69 (or 0xB3DF69) is unknown color: approx Conifer. HEX triplet: B3, DF and 69. RGB value is (179,223,105). Sum of RGB (Red+Green+Blue) = 179+223+105=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF69 is #4C2096. Grayscale: #C4C4C4. Windows color (decimal): -4989079 or 6938547. OLE color: 6938547.

HSL color Cylindrical-coordinate representation of color #B3DF69: hue angle of 82.37º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3DF69 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB179223105-
CMYK0.2000.530.13
HSL82.37º64.84%64.31%-
HSV(B)82.37º52.91%87.45%-
XYZ47.5363.3823.09-
YUV196.3976.42115.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 223 (87.5% from 255) = 43.98%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=35.31%
G=43.98%
B=20.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792231050.2000.530.1382.3764.8464.31
HexB3DF6914035D524140
Octal2633371512406515122101100
Binary101100111101111111010011010001101011101101001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DF69; }

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

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

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

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

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

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

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

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