#B0EA62

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

Shades of Conifer #B0EA62

Tints of Conifer #B0EA62

Color information

#B0EA62 (or 0xB0EA62) is unknown color: approx Conifer. HEX triplet: B0, EA and 62. RGB value is (176,234,98). Sum of RGB (Red+Green+Blue) = 176+234+98=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA62 is #4F159D. Grayscale: #C9C9C9. Windows color (decimal): -5182878 or 6482608. OLE color: 6482608.

HSL color Cylindrical-coordinate representation of color #B0EA62: hue angle of 85.59º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0EA62 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB17623498-
CMYK0.2500.580.08
HSL85.59º76.4%65.1%-
HSV(B)85.59º58.12%91.76%-
XYZ49.5368.9622.25-
YUV201.1569.78110.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 234 (91.80% from 255) = 46.06%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=34.65%
G=46.06%
B=19.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176234980.2500.580.0885.5976.465.1
HexB0EA621903A8564c41
Octal2603521423107210126114101
Binary101100001110101011000101100101110101000101011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA62; }

 p { color: rgb(176,234,98); }

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

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

 a { background-color: rgb(176,234,98); }

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

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

 span { border-color: rgb(176,234,98); }

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