Html Css Color HEX #BAD08D Sprout

📋 copy color: '#BAD08D'

red 186 ◦ green 208 ◦ blue 141

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

Shades of Sprout #BAD08D

Tints of Sprout #BAD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 34.77%
G = 38.88%
B = 26.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BAD08D (or 0xBAD08D) is known color: Sprout. HEX triplet: BA, D0 and 8D. RGB value is (186,208,141). Sum of RGB (Red+Green+Blue) = 186+208+141=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD08D is #452F72. Grayscale: #C2C2C2. Windows color (decimal): -4534131 or 9294010. OLE color: 9294010.

HSL color Cylindrical-coordinate representation of color #BAD08D: hue angle of 79.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAD08D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 141 -
CMYK 0.11 0 0.32 0.18
HSL 79.7º 0.42% 0.68% -
HSV(B) 79.7º 0.32% 0.82% -
XYZ 47.61 57.47 33.78 -
YUV 193.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 186 208 141 0.11 0 0.32 0.18 79.7 0.42 0.68
Hex BA D0 8D B 0 20 12 50 2A 44
Octal 272 320 215 13 0 40 22 120 52 104
Binary 10111010 11010000 10001101 1011 0 100000 10010 1010000 101010 1000100

Color Harmonies of #BAD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD08D

Black with #BAD08D

Text Example


Text Example

White with #BAD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD08D; }

 p { color: rgb(186,208,141); }

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

background-color css

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

 a { background-color: rgb(186,208,141); }

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

border-color css

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

 span { border-color: rgb(186,208,141); }

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