#B0E93E

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

Shades of Conifer #B0E93E

Tints of Conifer #B0E93E

Color information

#B0E93E (or 0xB0E93E) is unknown color: approx Conifer. HEX triplet: B0, E9 and 3E. RGB value is (176,233,62). Sum of RGB (Red+Green+Blue) = 176+233+62=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E93E is #4F16C1. Grayscale: #C5C5C5. Windows color (decimal): -5183170 or 4123056. OLE color: 4123056.

HSL color Cylindrical-coordinate representation of color #B0E93E: hue angle of 80º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0E93E is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB17623362-
CMYK0.2400.730.09
HSL80º79.53%57.84%-
HSV(B)80º73.39%91.37%-
XYZ47.9167.8615.13-
YUV196.4652.12113.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 233 (91.41% from 255) = 49.47%
BLUE value IS 62 (24.61% from 255) = 13.16%
R=37.37%
G=49.47%
B=13.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176233620.2400.730.098079.5357.84
HexB0E93E18049950503a
Octal260351763001111112012072
Binary10110000111010011111101100001001001100110100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E93E; }

 p { color: rgb(176,233,62); }

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

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

 a { background-color: rgb(176,233,62); }

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

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

 span { border-color: rgb(176,233,62); }

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