#BBE495

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

Shades of Madang #BBE495

Tints of Madang #BBE495

Color information

#BBE495 (or 0xBBE495) is unknown color: approx Madang. HEX triplet: BB, E4 and 95. RGB value is (187,228,149). Sum of RGB (Red+Green+Blue) = 187+228+149=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE495 is #441B6A. Grayscale: #CFCFCF. Windows color (decimal): -4463467 or 9823419. OLE color: 9823419.

HSL color Cylindrical-coordinate representation of color #BBE495: hue angle of 91.14º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBE495 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB187228149-
CMYK0.1800.350.11
HSL91.14º59.4%73.92%-
HSV(B)91.14º34.65%89.41%-
XYZ53.6668.2238.77-
YUV206.7395.42113.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 228 (89.45% from 255) = 40.43%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=33.16%
G=40.43%
B=26.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872281490.1800.350.1191.1459.473.92
HexBBE49512023B5b3b4a
Octal273344225220431313373112
Binary101110111110010010010101100100100011101110110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE495; }

 p { color: rgb(187,228,149); }

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

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

 a { background-color: rgb(187,228,149); }

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

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

 span { border-color: rgb(187,228,149); }

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