Html Css Color HEX #BCFF95 Madang

📋 copy color: '#BCFF95'

red 188 ◦ green 255 ◦ blue 149

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

Shades of Madang #BCFF95

Tints of Madang #BCFF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.17%

R = 31.76%
G = 43.07%
B = 25.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#BCFF95 (or 0xBCFF95) is known color: Madang. HEX triplet: BC, FF and 95. RGB value is (188,255,149). Sum of RGB (Red+Green+Blue) = 188+255+149=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF95 is #43006A. Grayscale: #DFDFDF. Windows color (decimal): -4391019 or 9830332. OLE color: 9830332.

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

Color convert

RGB 188 255 149 -
CMYK 0.26 0 0.42 0
HSL 97.92º 1% 0.79% -
HSV(B) 97.92º 0.42% 1% -
XYZ 61.92 84.38 41.46 -
YUV 222.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 188 255 149 0.26 0 0.42 0 97.92 1 0.79
Hex BC FF 95 1A 0 2A 0 62 64 4F
Octal 274 377 225 32 0 52 0 142 144 117
Binary 10111100 11111111 10010101 11010 0 101010 0 1100010 1100100 1001111

Color Harmonies of #BCFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF95

Black with #BCFF95

Text Example


Text Example

White with #BCFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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