#BFF196

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

Shades of Reef #BFF196

Tints of Reef #BFF196

Color information

#BFF196 (or 0xBFF196) is unknown color: approx Reef. HEX triplet: BF, F1 and 96. RGB value is (191,241,150). Sum of RGB (Red+Green+Blue) = 191+241+150=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF196 is #400E69. Grayscale: #D7D7D7. Windows color (decimal): -4197994 or 9892287. OLE color: 9892287.

HSL color Cylindrical-coordinate representation of color #BFF196: hue angle of 92.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF196 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB191241150-
CMYK0.2100.380.05
HSL92.97º76.47%76.67%-
HSV(B)92.97º37.76%94.51%-
XYZ58.4576.1940.48-
YUV215.6890.94110.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=32.82%
G=41.41%
B=25.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411500.2100.380.0592.9776.4776.67
HexBFF1961502655d4c4d
Octal277361226250465135114115
Binary101111111111000110010110101010100110101101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF196; }

 p { color: rgb(191,241,150); }

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

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

 a { background-color: rgb(191,241,150); }

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

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

 span { border-color: rgb(191,241,150); }

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