Html Css Color HEX #BAD09B Sprout

📋 copy color: '#BAD09B'

red 186 ◦ green 208 ◦ blue 155

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

Shades of Sprout #BAD09B

Tints of Sprout #BAD09B

RGB

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

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

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

R = 33.88%
G = 37.89%
B = 28.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BAD09B (or 0xBAD09B) is known color: Sprout. HEX triplet: BA, D0 and 9B. RGB value is (186,208,155). Sum of RGB (Red+Green+Blue) = 186+208+155=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD09B is #452F64. Grayscale: #C3C3C3. Windows color (decimal): -4534117 or 10211514. OLE color: 10211514.

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

Color convert

RGB 186 208 155 -
CMYK 0.11 0 0.25 0.18
HSL 84.91º 0.36% 0.71% -
HSV(B) 84.91º 0.25% 0.82% -
XYZ 48.72 57.92 39.62 -
YUV 195.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 186 208 155 0.11 0 0.25 0.18 84.91 0.36 0.71
Hex BA D0 9B B 0 19 12 55 24 47
Octal 272 320 233 13 0 31 22 125 44 107
Binary 10111010 11010000 10011011 1011 0 11001 10010 1010101 100100 1000111

Color Harmonies of #BAD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD09B

Black with #BAD09B

Text Example


Text Example

White with #BAD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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