Html Css Color HEX #BCFF96 Madang

📋 copy color: '#BCFF96'

red 188 ◦ green 255 ◦ blue 150

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

Shades of Madang #BCFF96

Tints of Madang #BCFF96

RGB

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

 GREEN value IS 255 (100% from 255) = 43%

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

R = 31.7%
G = 43%
B = 25.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#BCFF96 (or 0xBCFF96) is known color: Madang. HEX triplet: BC, FF and 96. RGB value is (188,255,150). Sum of RGB (Red+Green+Blue) = 188+255+150=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF96 is #430069. Grayscale: #DFDFDF. Windows color (decimal): -4391018 or 9895868. OLE color: 9895868.

HSL color Cylindrical-coordinate representation of color #BCFF96: hue angle of 98.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCFF96 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 150 -
CMYK 0.26 0 0.41 0
HSL 98.29º 1% 0.79% -
HSV(B) 98.29º 0.41% 1% -
XYZ 62 84.41 41.88 -
YUV 223 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 188 255 150 0.26 0 0.41 0 98.29 1 0.79
Hex BC FF 96 1A 0 29 0 62 64 4F
Octal 274 377 226 32 0 51 0 142 144 117
Binary 10111100 11111111 10010110 11010 0 101001 0 1100010 1100100 1001111

Color Harmonies of #BCFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF96

Black with #BCFF96

Text Example


Text Example

White with #BCFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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