Html Css Color HEX #BAD68D Sprout

📋 copy color: '#BAD68D'

red 186 ◦ green 214 ◦ blue 141

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

Shades of Sprout #BAD68D

Tints of Sprout #BAD68D

RGB

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

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

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

R = 34.38%
G = 39.56%
B = 26.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BAD68D (or 0xBAD68D) is known color: Sprout. HEX triplet: BA, D6 and 8D. RGB value is (186,214,141). Sum of RGB (Red+Green+Blue) = 186+214+141=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD68D is #452972. Grayscale: #C5C5C5. Windows color (decimal): -4532595 or 9295546. OLE color: 9295546.

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

Color convert

RGB 186 214 141 -
CMYK 0.13 0 0.34 0.16
HSL 83.01º 0.47% 0.7% -
HSV(B) 83.01º 0.34% 0.84% -
XYZ 49.1 60.46 34.28 -
YUV 197.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 186 214 141 0.13 0 0.34 0.16 83.01 0.47 0.7
Hex BA D6 8D D 0 22 10 53 2F 46
Octal 272 326 215 15 0 42 20 123 57 106
Binary 10111010 11010110 10001101 1101 0 100010 10000 1010011 101111 1000110

Color Harmonies of #BAD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD68D

Black with #BAD68D

Text Example


Text Example

White with #BAD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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