Html Css Color HEX #BCF498 Madang

📋 copy color: '#BCF498'

red 188 ◦ green 244 ◦ blue 152

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

Shades of Madang #BCF498

Tints of Madang #BCF498

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.78%

 BLUE value IS 152 (59.77% from 255) = 26.03%

R = 32.19%
G = 41.78%
B = 26.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#BCF498 (or 0xBCF498) is known color: Madang. HEX triplet: BC, F4 and 98. RGB value is (188,244,152). Sum of RGB (Red+Green+Blue) = 188+244+152=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF498 is #430B67. Grayscale: #D9D9D9. Windows color (decimal): -4393832 or 10024124. OLE color: 10024124.

HSL color Cylindrical-coordinate representation of color #BCF498: hue angle of 96.52º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF498 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 152 -
CMYK 0.23 0 0.38 0.04
HSL 96.52º 0.81% 0.78% -
HSV(B) 96.52º 0.38% 0.96% -
XYZ 58.76 77.66 41.6 -
YUV 216.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 188 244 152 0.23 0 0.38 0.04 96.52 0.81 0.78
Hex BC F4 98 17 0 26 4 61 51 4E
Octal 274 364 230 27 0 46 4 141 121 116
Binary 10111100 11110100 10011000 10111 0 100110 100 1100001 1010001 1001110

Color Harmonies of #BCF498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF498

Black with #BCF498

Text Example


Text Example

White with #BCF498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF498; }

 p { color: rgb(188,244,152); }

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

background-color css

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

 a { background-color: rgb(188,244,152); }

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

border-color css

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

 span { border-color: rgb(188,244,152); }

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