#bfe0af

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

Shades of Madang #BFE0AF

Tints of Madang #BFE0AF

Color information

#BFE0AF (or 0xBFE0AF) is unknown color: approx Madang. HEX triplet: BF, E0 and AF. RGB value is (191,224,175). Sum of RGB (Red+Green+Blue) = 191+224+175=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0AF is #401F50. Grayscale: #D0D0D0. Windows color (decimal): -4202321 or 11526335. OLE color: 11526335.

HSL color Cylindrical-coordinate representation of color #BFE0AF: hue angle of 100.41º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE0AF is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB191224175-
CMYK0.1500.220.12
HSL100.41º44.14%78.24%-
HSV(B)100.41º21.88%87.84%-
XYZ55.8867.4850.64-
YUV208.55109.07115.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=32.37%
G=37.97%
B=29.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241750.1500.220.12100.4144.1478.24
HexBFE0AFF016C642c4e
Octal277340257170261414454116
Binary1011111111100000101011111111010110110011001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe0af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe0af; }

 p { color: rgb(191,224,175); }

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

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

 a { background-color: rgb(191,224,175); }

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

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

 span { border-color: rgb(191,224,175); }

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