#B0E93F

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

Shades of Conifer #B0E93F

Tints of Conifer #B0E93F

Color information

#B0E93F (or 0xB0E93F) is unknown color: approx Conifer. HEX triplet: B0, E9 and 3F. RGB value is (176,233,63). Sum of RGB (Red+Green+Blue) = 176+233+63=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E93F is #4F16C0. Grayscale: #C5C5C5. Windows color (decimal): -5183169 or 4188592. OLE color: 4188592.

HSL color Cylindrical-coordinate representation of color #B0E93F: hue angle of 80.12º degrees, saturation: 0.79, 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 #B0E93F is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB17623363-
CMYK0.2400.730.09
HSL80.12º79.44%58.04%-
HSV(B)80.12º72.96%91.37%-
XYZ47.9467.8715.28-
YUV196.5852.62113.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 233 (91.41% from 255) = 49.36%
BLUE value IS 63 (25% from 255) = 13.35%
R=37.29%
G=49.36%
B=13.35%

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
Decimal176233630.2400.730.0980.1279.4458.04
HexB0E93F180499504f3a
Octal260351773001111112011772
Binary10110000111010011111111100001001001100110100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E93F; }

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

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

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

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

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

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

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

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