Html Css Color HEX #BFEFA0 Madang

📋 copy color: '#BFEFA0'

red 191 ◦ green 239 ◦ blue 160

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

Shades of Madang #BFEFA0

Tints of Madang #BFEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.51%

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

R = 32.37%
G = 40.51%
B = 27.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#BFEFA0 (or 0xBFEFA0) is known color: Madang. HEX triplet: BF, EF and A0. RGB value is (191,239,160). Sum of RGB (Red+Green+Blue) = 191+239+160=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFA0 is #40105F. Grayscale: #D7D7D7. Windows color (decimal): -4198496 or 10547135. OLE color: 10547135.

HSL color Cylindrical-coordinate representation of color #BFEFA0: hue angle of 96.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFEFA0 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 160 -
CMYK 0.20 0 0.33 0.06
HSL 96.46º 0.71% 0.78% -
HSV(B) 96.46º 0.33% 0.94% -
XYZ 58.7 75.35 44.71 -
YUV 215.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 191 239 160 0.20 0 0.33 0.06 96.46 0.71 0.78
Hex BF EF A0 14 0 21 6 60 47 4E
Octal 277 357 240 24 0 41 6 140 107 116
Binary 10111111 11101111 10100000 10100 0 100001 110 1100000 1000111 1001110

Color Harmonies of #BFEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFA0

Black with #BFEFA0

Text Example


Text Example

White with #BFEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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