#BFE59A

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

Shades of Reef #BFE59A

Tints of Reef #BFE59A

Color information

#BFE59A (or 0xBFE59A) is unknown color: approx Reef. HEX triplet: BF, E5 and 9A. RGB value is (191,229,154). Sum of RGB (Red+Green+Blue) = 191+229+154=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE59A is #401A65. Grayscale: #D1D1D1. Windows color (decimal): -4201062 or 10151359. OLE color: 10151359.

HSL color Cylindrical-coordinate representation of color #BFE59A: hue angle of 90.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE59A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB191229154-
CMYK0.1700.330.10
HSL90.4º59.06%75.1%-
HSV(B)90.4º32.75%89.8%-
XYZ55.3469.4541.06-
YUV209.0996.91115.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=33.28%
G=39.90%
B=26.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291540.1700.330.1090.459.0675.1
HexBFE59A11021A5a3b4b
Octal277345232210411213273113
Binary101111111110010110011010100010100001101010110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE59A; }

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

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

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

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

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

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

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

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