Html Css Color HEX #BAD792 Sprout

📋 copy color: '#BAD792'

red 186 ◦ green 215 ◦ blue 146

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

Shades of Sprout #BAD792

Tints of Sprout #BAD792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 146 (57.42% from 255) = 26.69%

R = 34%
G = 39.31%
B = 26.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BAD792 (or 0xBAD792) is known color: Sprout. HEX triplet: BA, D7 and 92. RGB value is (186,215,146). Sum of RGB (Red+Green+Blue) = 186+215+146=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD792 is #45286D. Grayscale: #C6C6C6. Windows color (decimal): -4532334 or 9623482. OLE color: 9623482.

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

Color convert

RGB 186 215 146 -
CMYK 0.13 0 0.32 0.16
HSL 85.22º 0.46% 0.71% -
HSV(B) 85.22º 0.32% 0.84% -
XYZ 49.74 61.12 36.37 -
YUV 198.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 186 215 146 0.13 0 0.32 0.16 85.22 0.46 0.71
Hex BA D7 92 D 0 20 10 55 2E 47
Octal 272 327 222 15 0 40 20 125 56 107
Binary 10111010 11010111 10010010 1101 0 100000 10000 1010101 101110 1000111

Color Harmonies of #BAD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD792

Black with #BAD792

Text Example


Text Example

White with #BAD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD792; }

 p { color: rgb(186,215,146); }

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

background-color css

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

 a { background-color: rgb(186,215,146); }

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

border-color css

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

 span { border-color: rgb(186,215,146); }

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