#BEFA9B

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

Shades of Madang #BEFA9B

Tints of Madang #BEFA9B

Color information

#BEFA9B (or 0xBEFA9B) is unknown color: approx Madang. HEX triplet: BE, FA and 9B. RGB value is (190,250,155). Sum of RGB (Red+Green+Blue) = 190+250+155=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA9B is #410564. Grayscale: #DDDDDD. Windows color (decimal): -4261221 or 10222270. OLE color: 10222270.

HSL color Cylindrical-coordinate representation of color #BEFA9B: hue angle of 97.89º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEFA9B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB190250155-
CMYK0.2400.380.02
HSL97.89º90.48%79.41%-
HSV(B)97.89º38%98.04%-
XYZ61.3481.6843.54-
YUV221.2390.62105.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=31.93%
G=42.02%
B=26.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501550.2400.380.0297.8990.4879.41
HexBEFA9B180262625a4f
Octal276372233300462142132117
Binary10111110111110101001101111000010011010110001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA9B; }

 p { color: rgb(190,250,155); }

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

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

 a { background-color: rgb(190,250,155); }

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

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

 span { border-color: rgb(190,250,155); }

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