#B1E96A

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

Shades of Conifer #B1E96A

Tints of Conifer #B1E96A

Color information

#B1E96A (or 0xB1E96A) is unknown color: approx Conifer. HEX triplet: B1, E9 and 6A. RGB value is (177,233,106). Sum of RGB (Red+Green+Blue) = 177+233+106=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E96A is #4E1695. Grayscale: #CACACA. Windows color (decimal): -5117590 or 7006641. OLE color: 7006641.

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

Color convert

RGB177233106-
CMYK0.2400.550.09
HSL86.46º74.27%66.47%-
HSV(B)86.46º54.51%91.37%-
XYZ49.8768.6724.26-
YUV201.7873.95110.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=34.30%
G=45.16%
B=20.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772331060.2400.550.0986.4674.2766.47
HexB1E96A180379564a42
Octal2613511523006711126112102
Binary101100011110100111010101100001101111001101011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E96A; }

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

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

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

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

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

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

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

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