Html Css Color HEX #BCE696 Madang

📋 copy color: '#BCE696'

red 188 ◦ green 230 ◦ blue 150

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

Shades of Madang #BCE696

Tints of Madang #BCE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.49%

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

R = 33.1%
G = 40.49%
B = 26.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#BCE696 (or 0xBCE696) is known color: Madang. HEX triplet: BC, E6 and 96. RGB value is (188,230,150). Sum of RGB (Red+Green+Blue) = 188+230+150=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE696 is #431969. Grayscale: #D0D0D0. Windows color (decimal): -4397418 or 9889468. OLE color: 9889468.

HSL color Cylindrical-coordinate representation of color #BCE696: hue angle of 91.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE696 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 150 -
CMYK 0.18 0 0.35 0.10
HSL 91.5º 0.62% 0.75% -
HSV(B) 91.5º 0.35% 0.9% -
XYZ 54.54 69.49 39.39 -
YUV 208.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 188 230 150 0.18 0 0.35 0.10 91.5 0.62 0.75
Hex BC E6 96 12 0 23 A 5C 3E 4B
Octal 274 346 226 22 0 43 12 134 76 113
Binary 10111100 11100110 10010110 10010 0 100011 1010 1011100 111110 1001011

Color Harmonies of #BCE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE696

Black with #BCE696

Text Example


Text Example

White with #BCE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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