#BFEF96

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

Shades of Reef #BFEF96

Tints of Reef #BFEF96

Color information

#BFEF96 (or 0xBFEF96) is unknown color: approx Reef. HEX triplet: BF, EF and 96. RGB value is (191,239,150). Sum of RGB (Red+Green+Blue) = 191+239+150=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEF96 is #401069. Grayscale: #D6D6D6. Windows color (decimal): -4198506 or 9891775. OLE color: 9891775.

HSL color Cylindrical-coordinate representation of color #BFEF96: hue angle of 92.36º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFEF96 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB191239150-
CMYK0.2000.370.06
HSL92.36º73.55%76.27%-
HSV(B)92.36º37.24%93.73%-
XYZ57.8675.0140.28-
YUV214.591.6111.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=32.93%
G=41.21%
B=25.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391500.2000.370.0692.3673.5576.27
HexBFEF961402565c4a4c
Octal277357226240456134112114
Binary101111111110111110010110101000100101110101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF96; }

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

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

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

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

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

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

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

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