Html Css Color HEX #BAD689 Sprout

📋 copy color: '#BAD689'

red 186 ◦ green 214 ◦ blue 137

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

Shades of Sprout #BAD689

Tints of Sprout #BAD689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

 BLUE value IS 137 (53.91% from 255) = 25.51%

R = 34.64%
G = 39.85%
B = 25.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BAD689 (or 0xBAD689) is known color: Sprout. HEX triplet: BA, D6 and 89. RGB value is (186,214,137). Sum of RGB (Red+Green+Blue) = 186+214+137=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD689 is #452976. Grayscale: #C5C5C5. Windows color (decimal): -4532599 or 9033402. OLE color: 9033402.

HSL color Cylindrical-coordinate representation of color #BAD689: hue angle of 81.82º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAD689 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 137 -
CMYK 0.13 0 0.36 0.16
HSL 81.82º 0.48% 0.69% -
HSV(B) 81.82º 0.36% 0.84% -
XYZ 48.81 60.34 32.74 -
YUV 196.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 186 214 137 0.13 0 0.36 0.16 81.82 0.48 0.69
Hex BA D6 89 D 0 24 10 52 30 45
Octal 272 326 211 15 0 44 20 122 60 105
Binary 10111010 11010110 10001001 1101 0 100100 10000 1010010 110000 1000101

Color Harmonies of #BAD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD689

Black with #BAD689

Text Example


Text Example

White with #BAD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD689; }

 p { color: rgb(186,214,137); }

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

background-color css

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

 a { background-color: rgb(186,214,137); }

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

border-color css

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

 span { border-color: rgb(186,214,137); }

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