Html Css Color HEX #BCF095 Madang

📋 copy color: '#BCF095'

red 188 ◦ green 240 ◦ blue 149

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

Shades of Madang #BCF095

Tints of Madang #BCF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 32.58%
G = 41.59%
B = 25.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BCF095 (or 0xBCF095) is known color: Madang. HEX triplet: BC, F0 and 95. RGB value is (188,240,149). Sum of RGB (Red+Green+Blue) = 188+240+149=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF095 is #430F6A. Grayscale: #D6D6D6. Windows color (decimal): -4394859 or 9826492. OLE color: 9826492.

HSL color Cylindrical-coordinate representation of color #BCF095: hue angle of 94.29º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF095 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 149 -
CMYK 0.22 0 0.38 0.06
HSL 94.29º 0.75% 0.76% -
HSV(B) 94.29º 0.38% 0.94% -
XYZ 57.32 75.18 39.92 -
YUV 214.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 188 240 149 0.22 0 0.38 0.06 94.29 0.75 0.76
Hex BC F0 95 16 0 26 6 5E 4B 4C
Octal 274 360 225 26 0 46 6 136 113 114
Binary 10111100 11110000 10010101 10110 0 100110 110 1011110 1001011 1001100

Color Harmonies of #BCF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF095

Black with #BCF095

Text Example


Text Example

White with #BCF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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