Html Css Color HEX #BAD68E Sprout

📋 copy color: '#BAD68E'

red 186 ◦ green 214 ◦ blue 142

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

Shades of Sprout #BAD68E

Tints of Sprout #BAD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 34.32%
G = 39.48%
B = 26.2%

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

#BAD68E (or 0xBAD68E) is known color: Sprout. HEX triplet: BA, D6 and 8E. RGB value is (186,214,142). Sum of RGB (Red+Green+Blue) = 186+214+142=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD68E is #452971. Grayscale: #C5C5C5. Windows color (decimal): -4532594 or 9361082. OLE color: 9361082.

HSL color Cylindrical-coordinate representation of color #BAD68E: hue angle of 83.33º 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 #BAD68E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 142 -
CMYK 0.13 0 0.34 0.16
HSL 83.33º 0.47% 0.7% -
HSV(B) 83.33º 0.34% 0.84% -
XYZ 49.18 60.49 34.67 -
YUV 197.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 186 214 142 0.13 0 0.34 0.16 83.33 0.47 0.7
Hex BA D6 8E D 0 22 10 53 2F 46
Octal 272 326 216 15 0 42 20 123 57 106
Binary 10111010 11010110 10001110 1101 0 100010 10000 1010011 101111 1000110

Color Harmonies of #BAD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD68E

Black with #BAD68E

Text Example


Text Example

White with #BAD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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