#B1E964

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

Shades of Conifer #B1E964

Tints of Conifer #B1E964

Color information

#B1E964 (or 0xB1E964) is unknown color: approx Conifer. HEX triplet: B1, E9 and 64. RGB value is (177,233,100). Sum of RGB (Red+Green+Blue) = 177+233+100=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E964 is #4E169B. Grayscale: #C9C9C9. Windows color (decimal): -5117596 or 6613425. OLE color: 6613425.

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

Color convert

RGB177233100-
CMYK0.2400.570.09
HSL85.26º75.14%65.29%-
HSV(B)85.26º57.08%91.37%-
XYZ49.5768.5522.67-
YUV201.0970.95110.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=34.71%
G=45.69%
B=19.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772331000.2400.570.0985.2675.1465.29
HexB1E964180399554b41
Octal2613511443007111125113101
Binary101100011110100111001001100001110011001101010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E964; }

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

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

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

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

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

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

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

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