#BADC92

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

Shades of Sprout #BADC92

Tints of Sprout #BADC92

Color information

#BADC92 (or 0xBADC92) is unknown color: approx Sprout. HEX triplet: BA, DC and 92. RGB value is (186,220,146). Sum of RGB (Red+Green+Blue) = 186+220+146=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC92 is #45236D. Grayscale: #C9C9C9. Windows color (decimal): -4531054 or 9624762. OLE color: 9624762.

HSL color Cylindrical-coordinate representation of color #BADC92: hue angle of 87.57º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADC92 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB186220146-
CMYK0.1500.340.14
HSL87.57º51.39%71.76%-
HSV(B)87.57º33.64%86.27%-
XYZ51.0363.736.8-
YUV201.496.74117.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=33.70%
G=39.86%
B=26.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201460.1500.340.1487.5751.3971.76
HexBADC92F022E583348
Octal272334222170421613063110
Binary10111010110111001001001011110100010111010110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC92; }

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

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

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

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

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

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

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

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