#B8F160

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

Shades of Conifer #B8F160

Tints of Conifer #B8F160

Color information

#B8F160 (or 0xB8F160) is unknown color: approx Conifer. HEX triplet: B8, F1 and 60. RGB value is (184,241,96). Sum of RGB (Red+Green+Blue) = 184+241+96=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F160 is #470E9F. Grayscale: #CFCFCF. Windows color (decimal): -4656800 or 6353336. OLE color: 6353336.

HSL color Cylindrical-coordinate representation of color #B8F160: hue angle of 83.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F160 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18424196-
CMYK0.2400.600.05
HSL83.59º83.82%66.08%-
HSV(B)83.59º60.17%94.51%-
XYZ53.3373.9522.53-
YUV207.4365.12111.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=35.32%
G=46.26%
B=18.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241960.2400.600.0583.5983.8266.08
HexB8F1601803C5545442
Octal270361140300745124124102
Binary10111000111100011100000110000111100101101010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F160; }

 p { color: rgb(184,241,96); }

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

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

 a { background-color: rgb(184,241,96); }

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

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

 span { border-color: rgb(184,241,96); }

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