Html Css Color HEX #BCF295 Madang

📋 copy color: '#BCF295'

red 188 ◦ green 242 ◦ blue 149

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

Shades of Madang #BCF295

Tints of Madang #BCF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 32.47%
G = 41.8%
B = 25.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BCF295 (or 0xBCF295) is known color: Madang. HEX triplet: BC, F2 and 95. RGB value is (188,242,149). Sum of RGB (Red+Green+Blue) = 188+242+149=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF295 is #430D6A. Grayscale: #D7D7D7. Windows color (decimal): -4394347 or 9827004. OLE color: 9827004.

HSL color Cylindrical-coordinate representation of color #BCF295: hue angle of 94.84º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF295 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 149 -
CMYK 0.22 0 0.38 0.05
HSL 94.84º 0.78% 0.77% -
HSV(B) 94.84º 0.38% 0.95% -
XYZ 57.92 76.37 40.12 -
YUV 215.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 188 242 149 0.22 0 0.38 0.05 94.84 0.78 0.77
Hex BC F2 95 16 0 26 5 5F 4E 4D
Octal 274 362 225 26 0 46 5 137 116 115
Binary 10111100 11110010 10010101 10110 0 100110 101 1011111 1001110 1001101

Color Harmonies of #BCF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF295

Black with #BCF295

Text Example


Text Example

White with #BCF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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