#BAD592

Color #BAD592 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BAD592

Tints of Sprout #BAD592

Color information

#BAD592 (or 0xBAD592) is unknown color: approx Sprout. HEX triplet: BA, D5 and 92. RGB value is (186,213,146). Sum of RGB (Red+Green+Blue) = 186+213+146=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD592 is #452A6D. Grayscale: #C5C5C5. Windows color (decimal): -4532846 or 9622970. OLE color: 9622970.

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

Color convert

RGB186213146-
CMYK0.1300.310.16
HSL84.18º44.37%70.39%-
HSV(B)84.18º31.46%83.53%-
XYZ49.2360.136.2-
YUV197.2999.05119.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=34.13%
G=39.08%
B=26.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131460.1300.310.1684.1844.3770.39
HexBAD592D01F10542c46
Octal272325222150372012454106
Binary10111010110101011001001011010111111000010101001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD592; }

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

 H1.HeaderClassName
 {
   color: #BAD592;
 }
 .AnyTagClassName
 {
   color: #BAD592;
 }
</style>
background-color css

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

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

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

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

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

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