Html Css Color HEX #BCE496 Madang

📋 copy color: '#BCE496'

red 188 ◦ green 228 ◦ blue 150

#BCE496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BCE496

Tints of Madang #BCE496

RGB

 RED value IS 188 (73.83% from 255) = 33.22%

 GREEN value IS 228 (89.45% from 255) = 40.28%

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 33.22%
G = 40.28%
B = 26.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BCE496 (or 0xBCE496) is known color: Madang. HEX triplet: BC, E4 and 96. RGB value is (188,228,150). Sum of RGB (Red+Green+Blue) = 188+228+150=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE496 is #431B69. Grayscale: #CFCFCF. Windows color (decimal): -4397930 or 9888956. OLE color: 9888956.

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

Color convert

RGB 188 228 150 -
CMYK 0.18 0 0.34 0.11
HSL 90.77º 0.59% 0.74% -
HSV(B) 90.77º 0.34% 0.89% -
XYZ 53.99 68.38 39.21 -
YUV 207.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 188 228 150 0.18 0 0.34 0.11 90.77 0.59 0.74
Hex BC E4 96 12 0 22 B 5B 3B 4A
Octal 274 344 226 22 0 42 13 133 73 112
Binary 10111100 11100100 10010110 10010 0 100010 1011 1011011 111011 1001010

Color Harmonies of #BCE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE496

Black with #BCE496

Text Example


Text Example

White with #BCE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE496; }

 p { color: rgb(188,228,150); }

 H1.HeaderClassName
 {
   color: #BCE496;
 }
 .AnyTagClassName
 {
   color: #BCE496;
 }
</style>

background-color css

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

 a { background-color: rgb(188,228,150); }

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

border-color css

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

 span { border-color: rgb(188,228,150); }

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