#B0EA61

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

Shades of Conifer #B0EA61

Tints of Conifer #B0EA61

Color information

#B0EA61 (or 0xB0EA61) is unknown color: approx Conifer. HEX triplet: B0, EA and 61. RGB value is (176,234,97). Sum of RGB (Red+Green+Blue) = 176+234+97=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA61 is #4F159E. Grayscale: #C9C9C9. Windows color (decimal): -5182879 or 6417072. OLE color: 6417072.

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

Color convert

RGB17623497-
CMYK0.2500.590.08
HSL85.4º76.54%64.9%-
HSV(B)85.4º58.55%91.76%-
XYZ49.4868.9422.01-
YUV201.0469.28110.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 234 (91.80% from 255) = 46.15%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=34.71%
G=46.15%
B=19.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176234970.2500.590.0885.476.5464.9
HexB0EA611903B8554d41
Octal2603521413107310125115101
Binary101100001110101011000011100101110111000101010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA61; }

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

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

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

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

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

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

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

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