#BFE160

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

Shades of Conifer #BFE160

Tints of Conifer #BFE160

Color information

#BFE160 (or 0xBFE160) is unknown color: approx Conifer. HEX triplet: BF, E1 and 60. RGB value is (191,225,96). Sum of RGB (Red+Green+Blue) = 191+225+96=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE160 is #401E9F. Grayscale: #C8C8C8. Windows color (decimal): -4202144 or 6349247. OLE color: 6349247.

HSL color Cylindrical-coordinate representation of color #BFE160: hue angle of 75.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE160 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB19122596-
CMYK0.1500.570.12
HSL75.81º68.25%62.94%-
HSV(B)75.81º57.33%88.24%-
XYZ50.5265.7721.1-
YUV200.1369.24121.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=37.30%
G=43.95%
B=18.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191225960.1500.570.1275.8168.2562.94
HexBFE160F039C4c443f
Octal277341140170711411410477
Binary1011111111100001110000011110111001110010011001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE160; }

 p { color: rgb(191,225,96); }

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

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

 a { background-color: rgb(191,225,96); }

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

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

 span { border-color: rgb(191,225,96); }

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