#B1E962

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

Shades of Conifer #B1E962

Tints of Conifer #B1E962

Color information

#B1E962 (or 0xB1E962) is unknown color: approx Conifer. HEX triplet: B1, E9 and 62. RGB value is (177,233,98). Sum of RGB (Red+Green+Blue) = 177+233+98=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E962 is #4E169D. Grayscale: #C9C9C9. Windows color (decimal): -5117598 or 6482353. OLE color: 6482353.

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

Color convert

RGB17723398-
CMYK0.2400.580.09
HSL84.89º75.42%64.9%-
HSV(B)84.89º57.94%91.37%-
XYZ49.4768.5122.17-
YUV200.8769.95110.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=34.84%
G=45.87%
B=19.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177233980.2400.580.0984.8975.4264.9
HexB1E9621803A9554b41
Octal2613511423007211125113101
Binary101100011110100111000101100001110101001101010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E962; }

 p { color: rgb(177,233,98); }

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

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

 a { background-color: rgb(177,233,98); }

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

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

 span { border-color: rgb(177,233,98); }

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