Html Css Color HEX #BCF296 Madang

📋 copy color: '#BCF296'

red 188 ◦ green 242 ◦ blue 150

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

Shades of Madang #BCF296

Tints of Madang #BCF296

RGB

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

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

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

R = 32.41%
G = 41.72%
B = 25.86%

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

#BCF296 (or 0xBCF296) is known color: Madang. HEX triplet: BC, F2 and 96. RGB value is (188,242,150). Sum of RGB (Red+Green+Blue) = 188+242+150=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF296 is #430D69. Grayscale: #D7D7D7. Windows color (decimal): -4394346 or 9892540. OLE color: 9892540.

HSL color Cylindrical-coordinate representation of color #BCF296: hue angle of 95.22º 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 #BCF296 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 150 -
CMYK 0.22 0 0.38 0.05
HSL 95.22º 0.78% 0.77% -
HSV(B) 95.22º 0.38% 0.95% -
XYZ 58 76.4 40.54 -
YUV 215.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 188 242 150 0.22 0 0.38 0.05 95.22 0.78 0.77
Hex BC F2 96 16 0 26 5 5F 4E 4D
Octal 274 362 226 26 0 46 5 137 116 115
Binary 10111100 11110010 10010110 10110 0 100110 101 1011111 1001110 1001101

Color Harmonies of #BCF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF296

Black with #BCF296

Text Example


Text Example

White with #BCF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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