#B1E966

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

Shades of Conifer #B1E966

Tints of Conifer #B1E966

Color information

#B1E966 (or 0xB1E966) is unknown color: approx Conifer. HEX triplet: B1, E9 and 66. RGB value is (177,233,102). Sum of RGB (Red+Green+Blue) = 177+233+102=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E966 is #4E1699. Grayscale: #C9C9C9. Windows color (decimal): -5117594 or 6744497. OLE color: 6744497.

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

Color convert

RGB177233102-
CMYK0.2400.560.09
HSL85.65º74.86%65.69%-
HSV(B)85.65º56.22%91.37%-
XYZ49.6768.5823.19-
YUV201.3271.95110.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=34.57%
G=45.51%
B=19.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772331020.2400.560.0985.6574.8665.69
HexB1E966180389564b42
Octal2613511463007011126113102
Binary101100011110100111001101100001110001001101011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E966; }

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

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

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

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

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

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

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

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