#BFEC9A

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

Shades of Reef #BFEC9A

Tints of Reef #BFEC9A

Color information

#BFEC9A (or 0xBFEC9A) is unknown color: approx Reef. HEX triplet: BF, EC and 9A. RGB value is (191,236,154). Sum of RGB (Red+Green+Blue) = 191+236+154=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC9A is #401365. Grayscale: #D5D5D5. Windows color (decimal): -4199270 or 10153151. OLE color: 10153151.

HSL color Cylindrical-coordinate representation of color #BFEC9A: hue angle of 92.93º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFEC9A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB191236154-
CMYK0.1900.350.07
HSL92.93º68.33%76.47%-
HSV(B)92.93º34.75%92.55%-
XYZ57.3173.441.72-
YUV213.294.59112.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=32.87%
G=40.62%
B=26.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361540.1900.350.0792.9368.3376.47
HexBFEC9A1302375d444c
Octal277354232230437135104114
Binary101111111110110010011010100110100011111101110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC9A; }

 p { color: rgb(191,236,154); }

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

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

 a { background-color: rgb(191,236,154); }

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

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

 span { border-color: rgb(191,236,154); }

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