Html Css Color HEX #BFE2A0 Madang

📋 copy color: '#BFE2A0'

red 191 ◦ green 226 ◦ blue 160

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

Shades of Madang #BFE2A0

Tints of Madang #BFE2A0

RGB

 RED value IS 191 (75% from 255) = 33.1%

 GREEN value IS 226 (88.67% from 255) = 39.17%

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 33.1%
G = 39.17%
B = 27.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#BFE2A0 (or 0xBFE2A0) is known color: Madang. HEX triplet: BF, E2 and A0. RGB value is (191,226,160). Sum of RGB (Red+Green+Blue) = 191+226+160=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE2A0 is #401D5F. Grayscale: #D0D0D0. Windows color (decimal): -4201824 or 10543807. OLE color: 10543807.

HSL color Cylindrical-coordinate representation of color #BFE2A0: hue angle of 91.82º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFE2A0 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 160 -
CMYK 0.15 0 0.29 0.11
HSL 91.82º 0.53% 0.76% -
HSV(B) 91.82º 0.29% 0.89% -
XYZ 55.03 68.01 43.48 -
YUV 208.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 191 226 160 0.15 0 0.29 0.11 91.82 0.53 0.76
Hex BF E2 A0 F 0 1D B 5C 35 4C
Octal 277 342 240 17 0 35 13 134 65 114
Binary 10111111 11100010 10100000 1111 0 11101 1011 1011100 110101 1001100

Color Harmonies of #BFE2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2A0

Black with #BFE2A0

Text Example


Text Example

White with #BFE2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2A0; }

 p { color: rgb(191,226,160); }

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

background-color css

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

 a { background-color: rgb(191,226,160); }

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

border-color css

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

 span { border-color: rgb(191,226,160); }

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