Html Css Color HEX #BAFE96 Madang

📋 copy color: '#BAFE96'

red 186 ◦ green 254 ◦ blue 150

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

Shades of Madang #BAFE96

Tints of Madang #BAFE96

RGB

 RED value IS 186 (73.05% from 255) = 31.53%

 GREEN value IS 254 (99.61% from 255) = 43.05%

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 31.53%
G = 43.05%
B = 25.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#BAFE96 (or 0xBAFE96) is known color: Madang. HEX triplet: BA, FE and 96. RGB value is (186,254,150). Sum of RGB (Red+Green+Blue) = 186+254+150=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFE96 is #450169. Grayscale: #DEDEDE. Windows color (decimal): -4522346 or 9895610. OLE color: 9895610.

HSL color Cylindrical-coordinate representation of color #BAFE96: hue angle of 99.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAFE96 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 150 -
CMYK 0.27 0 0.41 0.00
HSL 99.23º 0.98% 0.79% -
HSV(B) 99.23º 0.41% 1% -
XYZ 61.2 83.52 41.75 -
YUV 221.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 186 254 150 0.27 0 0.41 0.00 99.23 0.98 0.79
Hex BA FE 96 1B 0 29 0 63 62 4F
Octal 272 376 226 33 0 51 0 143 142 117
Binary 10111010 11111110 10010110 11011 0 101001 0 1100011 1100010 1001111

Color Harmonies of #BAFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE96

Black with #BAFE96

Text Example


Text Example

White with #BAFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE96; }

 p { color: rgb(186,254,150); }

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

background-color css

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

 a { background-color: rgb(186,254,150); }

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

border-color css

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

 span { border-color: rgb(186,254,150); }

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