#B0E361

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

Shades of Conifer #B0E361

Tints of Conifer #B0E361

Color information

#B0E361 (or 0xB0E361) is unknown color: approx Conifer. HEX triplet: B0, E3 and 61. RGB value is (176,227,97). Sum of RGB (Red+Green+Blue) = 176+227+97=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E361 is #4F1C9E. Grayscale: #C5C5C5. Windows color (decimal): -5184671 or 6415280. OLE color: 6415280.

HSL color Cylindrical-coordinate representation of color #B0E361: hue angle of 83.54º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0E361 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB17622797-
CMYK0.2200.570.11
HSL83.54º69.89%63.53%-
HSV(B)83.54º57.27%89.02%-
XYZ47.5365.0321.36-
YUV196.9371.6113.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 227 (89.06% from 255) = 45.4%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=35.2%
G=45.4%
B=19.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176227970.2200.570.1183.5469.8963.53
HexB0E36116039B544640
Octal2603431412607113124106100
Binary101100001110001111000011011001110011011101010010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E361; }

 p { color: rgb(176,227,97); }

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

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

 a { background-color: rgb(176,227,97); }

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

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

 span { border-color: rgb(176,227,97); }

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