#BADC94

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

Shades of Sprout #BADC94

Tints of Sprout #BADC94

Color information

#BADC94 (or 0xBADC94) is unknown color: approx Sprout. HEX triplet: BA, DC and 94. RGB value is (186,220,148). Sum of RGB (Red+Green+Blue) = 186+220+148=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC94 is #45236B. Grayscale: #C9C9C9. Windows color (decimal): -4531052 or 9755834. OLE color: 9755834.

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

Color convert

RGB186220148-
CMYK0.1500.330.14
HSL88.33º50.7%72.16%-
HSV(B)88.33º32.73%86.27%-
XYZ51.1963.7637.63-
YUV201.6397.74116.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=33.57%
G=39.71%
B=26.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201480.1500.330.1488.3350.772.16
HexBADC94F021E583348
Octal272334224170411613063110
Binary10111010110111001001010011110100001111010110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC94; }

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

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

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

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

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

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

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

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