Html Css Color HEX #BAD08C Sprout

📋 copy color: '#BAD08C'

red 186 ◦ green 208 ◦ blue 140

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

Shades of Sprout #BAD08C

Tints of Sprout #BAD08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.22%

R = 34.83%
G = 38.95%
B = 26.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BAD08C (or 0xBAD08C) is known color: Sprout. HEX triplet: BA, D0 and 8C. RGB value is (186,208,140). Sum of RGB (Red+Green+Blue) = 186+208+140=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD08C is #452F73. Grayscale: #C1C1C1. Windows color (decimal): -4534132 or 9228474. OLE color: 9228474.

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

Color convert

RGB 186 208 140 -
CMYK 0.11 0 0.33 0.18
HSL 79.41º 0.42% 0.68% -
HSV(B) 79.41º 0.33% 0.82% -
XYZ 47.54 57.44 33.39 -
YUV 193.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 186 208 140 0.11 0 0.33 0.18 79.41 0.42 0.68
Hex BA D0 8C B 0 21 12 4F 2A 44
Octal 272 320 214 13 0 41 22 117 52 104
Binary 10111010 11010000 10001100 1011 0 100001 10010 1001111 101010 1000100

Color Harmonies of #BAD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD08C

Black with #BAD08C

Text Example


Text Example

White with #BAD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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