#BFEB96

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

Shades of Reef #BFEB96

Tints of Reef #BFEB96

Color information

#BFEB96 (or 0xBFEB96) is unknown color: approx Reef. HEX triplet: BF, EB and 96. RGB value is (191,235,150). Sum of RGB (Red+Green+Blue) = 191+235+150=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB96 is #401469. Grayscale: #D4D4D4. Windows color (decimal): -4199530 or 9890751. OLE color: 9890751.

HSL color Cylindrical-coordinate representation of color #BFEB96: hue angle of 91.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFEB96 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB191235150-
CMYK0.1900.360.08
HSL91.06º68%75.49%-
HSV(B)91.06º36.17%92.16%-
XYZ56.772.739.9-
YUV212.1592.92112.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=33.16%
G=40.80%
B=26.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351500.1900.360.0891.066875.49
HexBFEB961302485b444b
Octal2773532262304410133104113
Binary1011111111101011100101101001101001001000101101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB96; }

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

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

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

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

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

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

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

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