Html Css Color HEX #BCE996 Madang

📋 copy color: '#BCE996'

red 188 ◦ green 233 ◦ blue 150

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

Shades of Madang #BCE996

Tints of Madang #BCE996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

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

R = 32.92%
G = 40.81%
B = 26.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BCE996 (or 0xBCE996) is known color: Madang. HEX triplet: BC, E9 and 96. RGB value is (188,233,150). Sum of RGB (Red+Green+Blue) = 188+233+150=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE996 is #431669. Grayscale: #D2D2D2. Windows color (decimal): -4396650 or 9890236. OLE color: 9890236.

HSL color Cylindrical-coordinate representation of color #BCE996: hue angle of 92.53º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE996 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 150 -
CMYK 0.19 0 0.36 0.09
HSL 92.53º 0.65% 0.75% -
HSV(B) 92.53º 0.36% 0.91% -
XYZ 55.38 71.17 39.67 -
YUV 210.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 188 233 150 0.19 0 0.36 0.09 92.53 0.65 0.75
Hex BC E9 96 13 0 24 9 5D 41 4B
Octal 274 351 226 23 0 44 11 135 101 113
Binary 10111100 11101001 10010110 10011 0 100100 1001 1011101 1000001 1001011

Color Harmonies of #BCE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE996

Black with #BCE996

Text Example


Text Example

White with #BCE996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE996; }

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

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

background-color css

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

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

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

border-color css

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

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

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