Html Css Color HEX #BFEAA0 Madang

📋 copy color: '#BFEAA0'

red 191 ◦ green 234 ◦ blue 160

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

Shades of Madang #BFEAA0

Tints of Madang #BFEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

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

R = 32.65%
G = 40%
B = 27.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#BFEAA0 (or 0xBFEAA0) is known color: Madang. HEX triplet: BF, EA and A0. RGB value is (191,234,160). Sum of RGB (Red+Green+Blue) = 191+234+160=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEAA0 is #40155F. Grayscale: #D4D4D4. Windows color (decimal): -4199776 or 10545855. OLE color: 10545855.

HSL color Cylindrical-coordinate representation of color #BFEAA0: hue angle of 94.86º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFEAA0 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 160 -
CMYK 0.18 0 0.32 0.08
HSL 94.86º 0.64% 0.77% -
HSV(B) 94.86º 0.32% 0.92% -
XYZ 57.25 72.46 44.23 -
YUV 212.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 191 234 160 0.18 0 0.32 0.08 94.86 0.64 0.77
Hex BF EA A0 12 0 20 8 5F 40 4D
Octal 277 352 240 22 0 40 10 137 100 115
Binary 10111111 11101010 10100000 10010 0 100000 1000 1011111 1000000 1001101

Color Harmonies of #BFEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAA0

Black with #BFEAA0

Text Example


Text Example

White with #BFEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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