#BFF691

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

Shades of Reef #BFF691

Tints of Reef #BFF691

Color information

#BFF691 (or 0xBFF691) is unknown color: approx Reef. HEX triplet: BF, F6 and 91. RGB value is (191,246,145). Sum of RGB (Red+Green+Blue) = 191+246+145=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF691 is #40096E. Grayscale: #DADADA. Windows color (decimal): -4196719 or 9565887. OLE color: 9565887.

HSL color Cylindrical-coordinate representation of color #BFF691: hue angle of 92.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF691 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB191246145-
CMYK0.2200.410.04
HSL92.67º84.87%76.67%-
HSV(B)92.67º41.06%96.47%-
XYZ59.5579.0338.9-
YUV218.0486.78108.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 246 (96.48% from 255) = 42.27%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=32.82%
G=42.27%
B=24.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461450.2200.410.0492.6784.8776.67
HexBFF6911602945d554d
Octal277366221260514135125115
Binary101111111111011010010001101100101001100101110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF691; }

 p { color: rgb(191,246,145); }

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

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

 a { background-color: rgb(191,246,145); }

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

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

 span { border-color: rgb(191,246,145); }

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