#B3E161

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

Shades of Conifer #B3E161

Tints of Conifer #B3E161

Color information

#B3E161 (or 0xB3E161) is unknown color: approx Conifer. HEX triplet: B3, E1 and 61. RGB value is (179,225,97). Sum of RGB (Red+Green+Blue) = 179+225+97=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E161 is #4C1E9E. Grayscale: #C5C5C5. Windows color (decimal): -4988575 or 6414771. OLE color: 6414771.

HSL color Cylindrical-coordinate representation of color #B3E161: hue angle of 81.56º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3E161 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB17922597-
CMYK0.2000.570.12
HSL81.56º68.09%63.14%-
HSV(B)81.56º56.89%88.24%-
XYZ47.6764.321.21-
YUV196.6571.76115.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=35.73%
G=44.91%
B=19.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179225970.2000.570.1281.5668.0963.14
HexB3E16114039C52443f
Octal263341141240711412210477
Binary10110011111000011100001101000111001110010100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E161; }

 p { color: rgb(179,225,97); }

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

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

 a { background-color: rgb(179,225,97); }

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

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

 span { border-color: rgb(179,225,97); }

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