#B1E461

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

Shades of Conifer #B1E461

Tints of Conifer #B1E461

Color information

#B1E461 (or 0xB1E461) is unknown color: approx Conifer. HEX triplet: B1, E4 and 61. RGB value is (177,228,97). Sum of RGB (Red+Green+Blue) = 177+228+97=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E461 is #4E1B9E. Grayscale: #C6C6C6. Windows color (decimal): -5118879 or 6415537. OLE color: 6415537.

HSL color Cylindrical-coordinate representation of color #B1E461: hue angle of 83.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1E461 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB17722897-
CMYK0.2200.570.11
HSL83.36º70.81%63.73%-
HSV(B)83.36º57.46%89.41%-
XYZ48.0365.721.46-
YUV197.8271.1113.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=35.26%
G=45.42%
B=19.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177228970.2200.570.1183.3670.8163.73
HexB1E46116039B534740
Octal2613441412607113123107100
Binary101100011110010011000011011001110011011101001110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E461; }

 p { color: rgb(177,228,97); }

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

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

 a { background-color: rgb(177,228,97); }

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

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

 span { border-color: rgb(177,228,97); }

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