Html Css Color HEX #BCF099 Madang

📋 copy color: '#BCF099'

red 188 ◦ green 240 ◦ blue 153

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

Shades of Madang #BCF099

Tints of Madang #BCF099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.33%

R = 32.36%
G = 41.31%
B = 26.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#BCF099 (or 0xBCF099) is known color: Madang. HEX triplet: BC, F0 and 99. RGB value is (188,240,153). Sum of RGB (Red+Green+Blue) = 188+240+153=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF099 is #430F66. Grayscale: #D6D6D6. Windows color (decimal): -4394855 or 10088636. OLE color: 10088636.

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

Color convert

RGB 188 240 153 -
CMYK 0.22 0 0.36 0.06
HSL 95.86º 0.74% 0.77% -
HSV(B) 95.86º 0.36% 0.94% -
XYZ 57.65 75.31 41.64 -
YUV 214.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 188 240 153 0.22 0 0.36 0.06 95.86 0.74 0.77
Hex BC F0 99 16 0 24 6 60 4A 4D
Octal 274 360 231 26 0 44 6 140 112 115
Binary 10111100 11110000 10011001 10110 0 100100 110 1100000 1001010 1001101

Color Harmonies of #BCF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF099

Black with #BCF099

Text Example


Text Example

White with #BCF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF099; }

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

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

background-color css

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

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

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

border-color css

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

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

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