Html Css Color HEX #BCF998 Madang

📋 copy color: '#BCF998'

red 188 ◦ green 249 ◦ blue 152

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

Shades of Madang #BCF998

Tints of Madang #BCF998

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.28%

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

R = 31.92%
G = 42.28%
B = 25.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#BCF998 (or 0xBCF998) is known color: Madang. HEX triplet: BC, F9 and 98. RGB value is (188,249,152). Sum of RGB (Red+Green+Blue) = 188+249+152=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF998 is #430667. Grayscale: #DCDCDC. Windows color (decimal): -4392552 or 10025404. OLE color: 10025404.

HSL color Cylindrical-coordinate representation of color #BCF998: hue angle of 97.73º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF998 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 152 -
CMYK 0.24 0 0.39 0.02
HSL 97.73º 0.89% 0.79% -
HSV(B) 97.73º 0.39% 0.98% -
XYZ 60.28 80.71 42.11 -
YUV 219.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 188 249 152 0.24 0 0.39 0.02 97.73 0.89 0.79
Hex BC F9 98 18 0 27 2 62 59 4F
Octal 274 371 230 30 0 47 2 142 131 117
Binary 10111100 11111001 10011000 11000 0 100111 10 1100010 1011001 1001111

Color Harmonies of #BCF998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF998

Black with #BCF998

Text Example


Text Example

White with #BCF998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF998; }

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

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

background-color css

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

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

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

border-color css

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

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

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