Html Css Color HEX #BADCB7 Moss Green

📋 copy color: '#BADCB7'

red 186 ◦ green 220 ◦ blue 183

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

Shades of Moss Green #BADCB7

Tints of Moss Green #BADCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 31.58%
G = 37.35%
B = 31.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#BADCB7 (or 0xBADCB7) is known color: Moss Green. HEX triplet: BA, DC and B7. RGB value is (186,220,183). Sum of RGB (Red+Green+Blue) = 186+220+183=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB7 is #452348. Grayscale: #CDCDCD. Windows color (decimal): -4531017 or 12049594. OLE color: 12049594.

HSL color Cylindrical-coordinate representation of color #BADCB7: hue angle of 115.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADCB7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 183 -
CMYK 0.15 0 0.17 0.14
HSL 115.14º 0.35% 0.79% -
HSV(B) 115.14º 0.17% 0.86% -
XYZ 54.39 65.04 54.49 -
YUV 205.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 186 220 183 0.15 0 0.17 0.14 115.14 0.35 0.79
Hex BA DC B7 F 0 11 E 73 23 4F
Octal 272 334 267 17 0 21 16 163 43 117
Binary 10111010 11011100 10110111 1111 0 10001 1110 1110011 100011 1001111

Color Harmonies of #BADCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB7

Black with #BADCB7

Text Example


Text Example

White with #BADCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB7; }

 p { color: rgb(186,220,183); }

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

background-color css

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

 a { background-color: rgb(186,220,183); }

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

border-color css

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

 span { border-color: rgb(186,220,183); }

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