#B2E161

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

Shades of Conifer #B2E161

Tints of Conifer #B2E161

Color information

#B2E161 (or 0xB2E161) is unknown color: approx Conifer. HEX triplet: B2, E1 and 61. RGB value is (178,225,97). Sum of RGB (Red+Green+Blue) = 178+225+97=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E161 is #4D1E9E. Grayscale: #C4C4C4. Windows color (decimal): -5054111 or 6414770. OLE color: 6414770.

HSL color Cylindrical-coordinate representation of color #B2E161: hue angle of 82.03º 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 #B2E161 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB17822597-
CMYK0.2100.570.12
HSL82.03º68.09%63.14%-
HSV(B)82.03º56.89%88.24%-
XYZ47.4464.1821.2-
YUV196.3671.93114.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 225 (88.28% from 255) = 45%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=35.6%
G=45%
B=19.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178225970.2100.570.1282.0368.0963.14
HexB2E16115039C52443f
Octal262341141250711412210477
Binary10110010111000011100001101010111001110010100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E161; }

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

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

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

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

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

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

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

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