Html Css Color HEX #BADF9B Madang

📋 copy color: '#BADF9B'

red 186 ◦ green 223 ◦ blue 155

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

Shades of Madang #BADF9B

Tints of Madang #BADF9B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.54%

 BLUE value IS 155 (60.94% from 255) = 27.48%

R = 32.98%
G = 39.54%
B = 27.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BADF9B (or 0xBADF9B) is known color: Madang. HEX triplet: BA, DF and 9B. RGB value is (186,223,155). Sum of RGB (Red+Green+Blue) = 186+223+155=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF9B is #452064. Grayscale: #CCCCCC. Windows color (decimal): -4530277 or 10215354. OLE color: 10215354.

HSL color Cylindrical-coordinate representation of color #BADF9B: hue angle of 92.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADF9B is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 155 -
CMYK 0.17 0 0.30 0.13
HSL 92.65º 0.52% 0.74% -
HSV(B) 92.65º 0.3% 0.87% -
XYZ 52.55 65.58 40.9 -
YUV 204.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 186 223 155 0.17 0 0.30 0.13 92.65 0.52 0.74
Hex BA DF 9B 11 0 1E D 5D 34 4A
Octal 272 337 233 21 0 36 15 135 64 112
Binary 10111010 11011111 10011011 10001 0 11110 1101 1011101 110100 1001010

Color Harmonies of #BADF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF9B

Black with #BADF9B

Text Example


Text Example

White with #BADF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF9B; }

 p { color: rgb(186,223,155); }

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

background-color css

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

 a { background-color: rgb(186,223,155); }

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

border-color css

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

 span { border-color: rgb(186,223,155); }

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