#B1E760

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

Shades of Conifer #B1E760

Tints of Conifer #B1E760

Color information

#B1E760 (or 0xB1E760) is unknown color: approx Conifer. HEX triplet: B1, E7 and 60. RGB value is (177,231,96). Sum of RGB (Red+Green+Blue) = 177+231+96=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E760 is #4E189F. Grayscale: #C7C7C7. Windows color (decimal): -5118112 or 6350769. OLE color: 6350769.

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

Color convert

RGB17723196-
CMYK0.2300.580.09
HSL84º73.77%64.12%-
HSV(B)84º58.44%90.59%-
XYZ48.8267.3421.49-
YUV199.4669.61111.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=35.12%
G=45.83%
B=19.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177231960.2300.580.098473.7764.12
HexB1E7601703A9544a40
Octal2613471402707211124112100
Binary101100011110011111000001011101110101001101010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E760; }

 p { color: rgb(177,231,96); }

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

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

 a { background-color: rgb(177,231,96); }

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

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

 span { border-color: rgb(177,231,96); }

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