#B0E36E

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

Shades of Conifer #B0E36E

Tints of Conifer #B0E36E

Color information

#B0E36E (or 0xB0E36E) is unknown color: approx Conifer. HEX triplet: B0, E3 and 6E. RGB value is (176,227,110). Sum of RGB (Red+Green+Blue) = 176+227+110=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E36E is #4F1C91. Grayscale: #C6C6C6. Windows color (decimal): -5184658 or 7267248. OLE color: 7267248.

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

Color convert

RGB176227110-
CMYK0.2200.520.11
HSL86.15º67.63%66.08%-
HSV(B)86.15º51.54%89.02%-
XYZ48.1965.2924.82-
YUV198.4178.1112.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 227 (89.06% from 255) = 44.25%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=34.31%
G=44.25%
B=21.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762271100.2200.520.1186.1567.6366.08
HexB0E36E16034B564442
Octal2603431562606413126104102
Binary101100001110001111011101011001101001011101011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E36E; }

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

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

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

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

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

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

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

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