Html Css Color HEX #BCF697 Madang

📋 copy color: '#BCF697'

red 188 ◦ green 246 ◦ blue 151

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

Shades of Madang #BCF697

Tints of Madang #BCF697

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.05%

 BLUE value IS 151 (59.38% from 255) = 25.81%

R = 32.14%
G = 42.05%
B = 25.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BCF697 (or 0xBCF697) is known color: Madang. HEX triplet: BC, F6 and 97. RGB value is (188,246,151). Sum of RGB (Red+Green+Blue) = 188+246+151=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF697 is #430968. Grayscale: #DADADA. Windows color (decimal): -4393321 or 9959100. OLE color: 9959100.

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

Color convert

RGB 188 246 151 -
CMYK 0.24 0 0.39 0.04
HSL 96.63º 0.84% 0.78% -
HSV(B) 96.63º 0.39% 0.96% -
XYZ 59.28 78.84 41.37 -
YUV 217.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 188 246 151 0.24 0 0.39 0.04 96.63 0.84 0.78
Hex BC F6 97 18 0 27 4 61 54 4E
Octal 274 366 227 30 0 47 4 141 124 116
Binary 10111100 11110110 10010111 11000 0 100111 100 1100001 1010100 1001110

Color Harmonies of #BCF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF697

Black with #BCF697

Text Example


Text Example

White with #BCF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF697; }

 p { color: rgb(188,246,151); }

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

background-color css

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

 a { background-color: rgb(188,246,151); }

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

border-color css

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

 span { border-color: rgb(188,246,151); }

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