#BFE69A

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

Shades of Reef #BFE69A

Tints of Reef #BFE69A

Color information

#BFE69A (or 0xBFE69A) is unknown color: approx Reef. HEX triplet: BF, E6 and 9A. RGB value is (191,230,154). Sum of RGB (Red+Green+Blue) = 191+230+154=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE69A is #401965. Grayscale: #D1D1D1. Windows color (decimal): -4200806 or 10151615. OLE color: 10151615.

HSL color Cylindrical-coordinate representation of color #BFE69A: hue angle of 90.79º degrees, saturation: 0.6, 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 #BFE69A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB191230154-
CMYK0.1700.330.10
HSL90.79º60.32%75.29%-
HSV(B)90.79º33.04%90.2%-
XYZ55.627041.15-
YUV209.6896.58114.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=33.22%
G=40%
B=26.78%

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
Decimal1912301540.1700.330.1090.7960.3275.29
HexBFE69A11021A5b3c4b
Octal277346232210411213374113
Binary101111111110011010011010100010100001101010110111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE69A; }

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

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

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

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

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

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

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

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