#B0E16A

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

Shades of Conifer #B0E16A

Tints of Conifer #B0E16A

Color information

#B0E16A (or 0xB0E16A) is unknown color: approx Conifer. HEX triplet: B0, E1 and 6A. RGB value is (176,225,106). Sum of RGB (Red+Green+Blue) = 176+225+106=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E16A is #4F1E95. Grayscale: #C5C5C5. Windows color (decimal): -5185174 or 7004592. OLE color: 7004592.

HSL color Cylindrical-coordinate representation of color #B0E16A: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0E16A is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB176225106-
CMYK0.2200.530.12
HSL84.71º66.48%64.9%-
HSV(B)84.71º52.89%88.24%-
XYZ47.4364.1223.51-
YUV196.7876.77113.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 225 (88.28% from 255) = 44.38%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=34.71%
G=44.38%
B=20.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251060.2200.530.1284.7166.4864.9
HexB0E16A16035C554241
Octal2603411522606514125102101
Binary101100001110000111010101011001101011100101010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E16A; }

 p { color: rgb(176,225,106); }

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

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

 a { background-color: rgb(176,225,106); }

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

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

 span { border-color: rgb(176,225,106); }

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