#B3DC49

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

Shades of Conifer #B3DC49

Tints of Conifer #B3DC49

Color information

#B3DC49 (or 0xB3DC49) is unknown color: approx Conifer. HEX triplet: B3, DC and 49. RGB value is (179,220,73). Sum of RGB (Red+Green+Blue) = 179+220+73=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC49 is #4C23B6. Grayscale: #BFBFBF. Windows color (decimal): -4989879 or 4840627. OLE color: 4840627.

HSL color Cylindrical-coordinate representation of color #B3DC49: hue angle of 76.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3DC49 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17922073-
CMYK0.1900.670.14
HSL76.73º67.74%57.45%-
HSV(B)76.73º66.82%86.27%-
XYZ45.3961.2515.73-
YUV190.9861.42119.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 73 (28.91% from 255) = 15.47%
R=37.92%
G=46.61%
B=15.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179220730.1900.670.1476.7367.7457.45
HexB3DC4913043E4d4439
Octal2633341112301031611510471
Binary101100111101110010010011001101000011111010011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC49; }

 p { color: rgb(179,220,73); }

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

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

 a { background-color: rgb(179,220,73); }

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

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

 span { border-color: rgb(179,220,73); }

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